WIP: API usage as main

This commit is contained in:
2023-02-14 16:25:56 +01:00
parent 8e0fee4cb9
commit 7940cbe5a7
7 changed files with 302 additions and 185 deletions

View File

@@ -69,7 +69,7 @@ if args.norun:
# Import ===================================================================================================================================
try:
from modules.app import app
from pyrogram import idle
from pyrogram.sync import idle
from requests import get, post
except ModuleNotFoundError:
print(locale("deps_missing", "console", locale=configGet("locale")), flush=True)