From f69fa8958267e7cc039f5fa28be54ecbc7df5632 Mon Sep 17 00:00:00 2001 From: Sarasayed0118 <162738632+Sarasayed0118@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:08:47 +0530 Subject: [PATCH] Update custom_hooks.py --- dist/ba_root/mods/custom_hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/ba_root/mods/custom_hooks.py b/dist/ba_root/mods/custom_hooks.py index 3adb375..6545feb 100644 --- a/dist/ba_root/mods/custom_hooks.py +++ b/dist/ba_root/mods/custom_hooks.py @@ -110,7 +110,6 @@ def bootstraping(): _thread.start_new_thread(notification_manager.dump_cache, ()) # import plugins - import sara if settings["elPatronPowerups"]["enable"]: from plugins import elPatronPowerups elPatronPowerups.enable()