fix dumb error in plugin install if the hash doesn't match

This commit is contained in:
AAGaming
2023-08-05 17:04:15 -04:00
parent c52f1cd038
commit e4001966e8
+1 -1
View File
@@ -200,7 +200,7 @@ class PluginBrowser:
else:
logger.fatal(f"Failed Downloading Remote Binaries")
else:
self.log.fatal(f"SHA-256 Mismatch!!!! {name} (Version: {version})")
logger.fatal(f"SHA-256 Mismatch!!!! {name} (Version: {version})")
if self.loader.watcher:
self.loader.watcher.disabled = False