From f525caa2e517307b8db77c893f9a8924860edfa8 Mon Sep 17 00:00:00 2001 From: Davte Date: Mon, 5 Aug 2019 21:59:35 +0200 Subject: [PATCH] Comments --- davtelepot/bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/davtelepot/bot.py b/davtelepot/bot.py index c3352d9..94bdd04 100644 --- a/davtelepot/bot.py +++ b/davtelepot/bot.py @@ -67,6 +67,8 @@ class Bot(TelegramBot, ObjectWithDatabase, MultiLanguageObject): bots = [] _path = '.' runner = None + # TODO: find a way to choose port automatically by default + # Setting port to 0 does not work unfortunately local_host = 'localhost' port = 3000 final_state = 0