Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2023-04-05 12:48:00 +08:00
parent 50bde94205
commit 2e7b57fef3

View file

@ -31,4 +31,4 @@ class CFG:
Config = CFG().config
CachePath = abspath(Config('cache_path'))
DBPath = abspath(Config('db_path'))
DBPath = Config('db_path')