mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
fix tests
This commit is contained in:
parent
031a7fade7
commit
ecbfbdc7d8
@ -30,6 +30,7 @@ WEBAPP_PORT = config('WEBAPP_PORT', cast=int, default=8084)
|
|||||||
|
|
||||||
START_WITH_WEBHOOK = config('START_WITH_WEBHOOK', cast=bool, default=False)
|
START_WITH_WEBHOOK = config('START_WITH_WEBHOOK', cast=bool, default=False)
|
||||||
|
|
||||||
CHAT_IDS = config('CHAT_IDS', cast=Csv(int), default=[]) # chat ids for scheduler tasks
|
# chat ids for scheduler tasks
|
||||||
|
CHAT_IDS = config('CHAT_IDS', cast=Csv(int)) if config('CHAT_IDS', default=None) else []
|
||||||
|
|
||||||
DRIVER_SESSION_TTL = 28 # selenium driver session cache ttl in seconds
|
DRIVER_SESSION_TTL = 28 # selenium driver session cache ttl in seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user