Fix rehash command. adding security to force quite defender when a asyncio is blocking the system.

This commit is contained in:
adator
2025-11-24 01:52:25 +01:00
parent cbe527d7d9
commit d989dcd762
14 changed files with 256 additions and 117 deletions

View File

@@ -11,7 +11,7 @@ from core import install
#############################################
async def main():
install.update_packages()
# install.update_packages()
from core.loader import Loader
loader = Loader()
await loader.start()