diff --git a/app/main.py b/app/main.py index 3db1246..49b64f0 100644 --- a/app/main.py +++ b/app/main.py @@ -7,9 +7,7 @@ from app.constants import * app = FastAPI() -tg = { - 38: '@aarizona' -} +tg = {38: 198225670} TOKEN = "7102273461:AAGi8RXCEvns2ONu3RcG9Up973vcLzTdCJg" @app.get("/")