Fixing a bug in changelog when refreshing

This commit is contained in:
Loup-Garou911XD 2024-05-13 16:39:41 +05:30
parent 3ac80fad8b
commit 5ce10ce305
2 changed files with 2 additions and 6 deletions

View file

@ -1466,6 +1466,7 @@ class PluginManager:
category.cleanup()
self.categories.clear()
self._index.clear()
self._changelog = None
self.unset_index_global_cache()
async def refresh(self):