modified: bot.py

This commit is contained in:
SimolZimol
2026-06-22 18:36:02 +02:00
parent a9fba73420
commit 9370b9e877

2
bot.py
View File

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