diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ class Config: GIT_ROOT_URL = "https://git.wazul.moe" RSS_FILE_NAME = "feed.xml" TIMEZONE = datetime.timezone(datetime.timedelta(hours=2)) + DEPLOY_SOURCE_DIR = os.path.join(__DIR, "global", "deploy") # MAIN MAIN_ROOT_URL = "https://wazul.moe" |
