modified: bot.py
This commit is contained in:
2
bot.py
2
bot.py
@@ -33,7 +33,7 @@ from urllib.parse import urlparse
|
|||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
ATTACHMENT_BASE_PATH = "cache/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")
|
||||||
|
|||||||
Reference in New Issue
Block a user