0.0.5 vouch button untested

This commit is contained in:
2023-04-21 13:09:10 +03:00
parent 481e4fabb4
commit 6a70d7067a
7 changed files with 121 additions and 87 deletions

View File

@@ -3,9 +3,9 @@ import os
REDIS_URL = os.environ.get('REDIS_URL') or 'redis://localhost:6379'
WEBHOOK = os.environ.get('VERCEL_URL') or 'http://localhost:8000'
WELCOME_MSG = os.environ.get('WELCOME_MSG') or 'Welcome! Press the button'
WELCOME_MSG = os.environ.get('WELCOME_MSG') or "Welcome! Press the button or wait for a few others' connections"
BUTTON_OK = os.environ.get('BUTTON_OK') or 'Ok'
BUTTON_OK2 = os.environ.get('BUTTON_OK2') or 'I see'
BUTTON_VOUCH = os.environ.get('BUTTON_VOUCH') or 'My connection!'
BUTTON_NO = os.environ.get('BUTTON_NO') or 'No'
CHAT_ID = os.environ.get('CHAT_ID').replace("-", "-100")