modify scripts

This commit is contained in:
oscarz
2025-06-25 15:20:30 +08:00
parent 576db3c10a
commit 32b9989238
2 changed files with 49 additions and 1 deletions

View File

@ -0,0 +1,13 @@
import json
import time
import src.db_utils.sqlite_db as sqlite_db
db_tools = sqlite_db.JavbusDBHandler()
if __name__ == "__main__":
# 命令行参数处理
result = db_tools.get_statics()
print(result)