daily notify

This commit is contained in:
Administrator
2022-10-21 18:17:41 +03:00
parent 54c47001b7
commit 61436be630
8 changed files with 181 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
import os
import zoneinfo
MONGO_USER = os.getenv("MONGO_USER", "mongo")
MONGO_PASSWORD = os.getenv("MONGO_PASSWORD", "password")
@@ -7,3 +7,4 @@ MONGO_HOST = os.getenv("MONGO_HOST", "localhost")
DEBUG = os.getenv("DEBUG", "true") == "true"
RUZ_API = "https://ruz.hse.ru/api/"
MOSCOW_TIMEZONE = zoneinfo.ZoneInfo("Europe/Moscow")