From 89702624855b2dd498476711421597bafc7d5645 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Sat, 6 Sep 2025 17:55:12 +0500 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f18ce7f..13e60c9 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ from aiogram.fsm.context import FSMContext TOKEN1 = "7003564044:AAE4R5Nk-E74hOno932iJINNPW3YRjjH8Mo" # web app TOKEN2 = "8043593409:AAEC4GfxOyfv9LmbfLiwU7_g-mdtuj3y8rI" # delivery -BACKEND_URL = 'http://localhost:8080/' +BACKEND_URL = 'https://agro.felixits.uz' bot1 = Bot(token=TOKEN1) bot2 = Bot(token=TOKEN2) dp1 = Dispatcher()