Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
import logging
|
| 2 |
from aiogram import Bot, Dispatcher, executor, types
|
| 3 |
|
| 4 |
-
API_TOKEN = '6184585778:AAEwvLKXANtI-z7LeCmBlZ8PrNXBsf426W4'
|
|
|
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
bot = Bot(token=API_TOKEN)
|
|
|
|
| 1 |
import logging
|
| 2 |
from aiogram import Bot, Dispatcher, executor, types
|
| 3 |
|
| 4 |
+
API_TOKEN = '6184585778:AAEwvLKXANtI-z7LeCmBlZ8PrNXBsf426W4'
|
| 5 |
+
|
| 6 |
+
logging.basicConfig(level=logging.INFO)
|
| 7 |
|
| 8 |
|
| 9 |
bot = Bot(token=API_TOKEN)
|