Archived
1
0
Fork 0

Update unit_test.py

This commit is contained in:
yzhh 2021-07-31 03:57:40 +08:00 committed by GitHub
parent f933bac3ee
commit f1428e89d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ from config import Config
if not Config('db_path'):
raise AttributeError('Wait! You need to fill a valid database address into the config.cfg "db_path"\n'
'Example: \ndb_path = sqlite:///database/save.db\n'
'(Also you can fill in the above configuration directly,'
'(Also you can fill in the above example directly,'
' bot will automatically create a SQLite database in the "./database/save.db")')