Skip to content

Commit 0d98561

Browse files
authored
Update To V0.0.5 🔥
1 parent 54dfa97 commit 0d98561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Rkn_Bots(object):
1919
FORCE_SUB = os.environ.get("FORCE_SUB", "")
2020

2121
# database config
22-
DB_NAME = os.environ.get("DB_NAME","")
22+
DB_NAME = os.environ.get("DB_NAME", "AutoCaption_V05_Bot")
2323
DB_URL = os.environ.get("DB_URL", "")
2424

2525
#caption

0 commit comments

Comments
 (0)