mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
enough debug spam
This commit is contained in:
parent
0f90e0f31c
commit
20520da530
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -9,7 +9,7 @@ import random
|
|||
import strings as s
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG,
|
||||
logging.basicConfig(level=logging.WARNING,
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
||||
|
||||
token = filemanager.readfile('telegramapi.txt')
|
||||
|
|
Loading…
Reference in a new issue