Fix class instance not created

This commit is contained in:
Loup-Garou911XD 2024-04-23 02:31:25 +05:30
parent d9d5a4ff13
commit 02530f050e
2 changed files with 2 additions and 1 deletions

View file

@ -2408,7 +2408,7 @@ class PluginManagerSettingsWindow(popup.PopupWindow):
async def update(self, to_version=None, commit_sha=None):
try:
await self._plugin_manager.update(to_version, commit_sha)
PluginManager.setup_changelog()
await self._plugin_manager.setup_changelog()
except MD5CheckSumFailed:
bui.screenmessage("MD5 checksum failed during plugin manager update", color=(1, 0, 0))
bui.getsound('error').play()