q
BOT_open_sesam/pipeline/head This commit looks good
Details
BOT_open_sesam/pipeline/head This commit looks good
Details
parent
0c060c79cb
commit
b2363215b8
2
main.py
2
main.py
|
|
@ -12,7 +12,7 @@ from handlers import register_all_handlers
|
||||||
from config import config
|
from config import config
|
||||||
|
|
||||||
# BOT_TOKEN = config["BOT_TOKEN"]
|
# BOT_TOKEN = config["BOT_TOKEN"]
|
||||||
BOT_TOKEN=os.environ.get('BOT_TOKEN'),
|
BOT_TOKEN=os.environ.get('BOT_TOKEN')
|
||||||
|
|
||||||
dp = Dispatcher()
|
dp = Dispatcher()
|
||||||
register_all_handlers(dp)
|
register_all_handlers(dp)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue