update
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user