Reminder/settings.py

11 lines
245 B
Python
Raw Permalink Normal View History

2024-10-24 19:19:30 +00:00
import os
BOT_TOKEN = "8013236729:AAGJ8rT-6PH44SUd7j2NbZt3PJ2-iFsFzlA"
ROOTDIR = os.path.abspath(__file__).replace('/settings.py', '')
DB_PATH = os.path.join(ROOTDIR, 'db.sqlite3')
NOTIFICATION_TIMES = [
"09:00",
"12:00",
"15:00"
]