借车宝数据链接空值处理更新

This commit is contained in:
z66
2025-09-18 10:22:52 +08:00
parent a33518e078
commit 30cacc7da2
6 changed files with 160 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def main():
# 主循环,用于持续检查和执行定时任务
while True:
schedule.run_pending()
time.sleep(1)
time.sleep(60)
# 每秒检查一次
now = datetime.now()
if now.hour == 23: