Update custom_hooks.py

This commit is contained in:
Sarasayed0118 2024-06-25 03:08:47 +05:30 committed by GitHub
parent c2edfdf124
commit f69fa89582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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