We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dfa97 commit 0d98561Copy full SHA for 0d98561
config.py
@@ -19,7 +19,7 @@ class Rkn_Bots(object):
19
FORCE_SUB = os.environ.get("FORCE_SUB", "")
20
21
# database config
22
- DB_NAME = os.environ.get("DB_NAME","")
+ DB_NAME = os.environ.get("DB_NAME", "AutoCaption_V05_Bot")
23
DB_URL = os.environ.get("DB_URL", "")
24
25
#caption
0 commit comments