This commit is contained in:
2024-09-12 15:06:58 +08:00
parent 35b8a1c7e7
commit b0eec18ee3
4 changed files with 52 additions and 3 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def skland_sign_in_thread():
time.sleep(20)
now = datetime.datetime.now()
if now.strftime('%H:%M') == '08:00' and last_run != now.date():
ark_back.skland_sign()
ark_back.skland_sign_new()
last_run = now.date()
except Exception as e:
print(e, traceback.format_exc())