From 685d905e7a967338d68e5190f2f183580d20b40b Mon Sep 17 00:00:00 2001 From: snipe_blaze <72265661+notsniped@users.noreply.github.com> Date: Mon, 29 May 2023 01:15:47 +0530 Subject: [PATCH] Disable IsoBank auth module from loading on startup --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fc376879..5a756913 100644 --- a/main.py +++ b/main.py @@ -73,7 +73,7 @@ class plugins: colors = framework.isobot.colors.Colors() currency_unused = framework.isobot.currency.CurrencyAPI(f"{wdir}/database/currency.json", f"{wdir}/logs/currency.log") # Initialize part of the framework (Currency) # isobank = framework.isobank.manager.IsoBankManager(f"{wdir}/database/isobank/accounts.json", f"{wdir}/database/isobank/auth.json") -isobankauth = framework.isobank.authorize.IsobankAuth(f"{wdir}/database/isobank/auth.json", f"{wdir}/database/isobank/accounts.json") +# isobankauth = framework.isobank.authorize.IsobankAuth(f"{wdir}/database/isobank/auth.json", f"{wdir}/database/isobank/accounts.json") # Theme Loader #with open("themes/halloween.theme.json", 'r', encoding="utf-8") as f: