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

@ -1,6 +1,7 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"1.0.17": null,
"1.0.16": {
"api_version": 8,
"commit_sha": "0839999",

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()