added config.port
This commit is contained in:
@@ -7,3 +7,6 @@ from config import config
|
||||
telegram_bot = Bot(token=config.teletoken)
|
||||
telegram_dispatcher = Dispatcher(telegram_bot)
|
||||
telegram_dispatcher.middleware.setup(LoggingMiddleware())
|
||||
|
||||
|
||||
__all__ = ('telegram_bot', telegram_dispatcher)
|
||||
Reference in New Issue
Block a user