This commit is contained in:
@@ -514,6 +514,7 @@ def before_request():
|
||||
g.bot_port = os.getenv('WEBHOOK_PORT', '5005')
|
||||
g.webhook_secret = os.getenv('WEBHOOK_SECRET')
|
||||
g.webhook_url = os.getenv('WEBHOOK_URL')
|
||||
g.workmode = os.getenv('WORKMODE', 'ZILANT')
|
||||
|
||||
# Маршруты Blueprint
|
||||
@bp.route('/')
|
||||
|
||||
Reference in New Issue
Block a user