modified: bot.py

This commit is contained in:
SimolZimol
2026-06-22 18:30:16 +02:00
parent bc7b5674eb
commit a9fba73420

2
bot.py
View File

@@ -33,7 +33,7 @@ from urllib.parse import urlparse
load_dotenv() load_dotenv()
ATTACHMENT_BASE_PATH = "attachments" ATTACHMENT_BASE_PATH = "cache/attachments"
DB_HOST = os.getenv("DB_HOST") DB_HOST = os.getenv("DB_HOST")
DB_PORT = os.getenv("DB_PORT") DB_PORT = os.getenv("DB_PORT")