mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fix class instance not created
This commit is contained in:
parent
d9d5a4ff13
commit
02530f050e
2 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue