Senkaro commited on
Commit
64e5733
·
1 Parent(s): 78c465d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
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)