Update custom_hooks.py

This commit is contained in:
Ayush Saini 2023-06-01 21:03:38 +05:30 committed by GitHub
parent 68800a1877
commit af7fb5a586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,8 +123,9 @@ def bootstraping():
if settings["colorfullMap"]:
from plugins import colorfulmaps2
try:
from tools import healthcheck
healthcheck.main()
pass
# from tools import healthcheck
# healthcheck.main() spamming logs , will increase log interval later
except Exception as e:
print(e)
try: