Comments
This commit is contained in:
parent
91f9119ad5
commit
f525caa2e5
@ -67,6 +67,8 @@ class Bot(TelegramBot, ObjectWithDatabase, MultiLanguageObject):
|
|||||||
bots = []
|
bots = []
|
||||||
_path = '.'
|
_path = '.'
|
||||||
runner = None
|
runner = None
|
||||||
|
# TODO: find a way to choose port automatically by default
|
||||||
|
# Setting port to 0 does not work unfortunately
|
||||||
local_host = 'localhost'
|
local_host = 'localhost'
|
||||||
port = 3000
|
port = 3000
|
||||||
final_state = 0
|
final_state = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user