Remove unnecessary spaces and reorganize imports

This commit is contained in:
latan 2023-08-10 15:02:25 +03:00
parent 6b2b3f48a7
commit 31baa12d90
5 changed files with 0 additions and 5 deletions

View file

@ -23,7 +23,6 @@ main_router = Router()
BASE_URL = getenv("BASE_URL", "https://example.com")
MAIN_BOT_TOKEN = getenv("BOT_TOKEN")
WEB_SERVER_HOST = "127.0.0.1"
WEB_SERVER_PORT = 8080
MAIN_BOT_PATH = "/webhook/main"