Archived
update: 更新数据库下载地址
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -16,7 +16,7 @@ if database == 'sqlite':
|
||||
from src.utils.t_download import download
|
||||
|
||||
if not os.path.exists('./src/db/data.sqlite'):
|
||||
download('https://github.com/MarkusJoe/static_file_hosting/raw/main/static/counter/data.sqlite')
|
||||
download('https://static.rtast.cn/data.sqlite')
|
||||
from src.db.db import SQLite as Database
|
||||
elif 'redis' in database:
|
||||
import redis as operator
|
||||
|
||||
Reference in New Issue
Block a user