Browse Source

定时抢券

derrickx 1 year ago
parent
commit
059ea39287
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -312,5 +312,5 @@ if __name__ == '__main__':
     multiprocessing.freeze_support()
     multiprocessing.freeze_support()
     # 代理IP存储
     # 代理IP存储
     save_all_proxy_ip_v2()
     save_all_proxy_ip_v2()
-    # 开始抢劵
+    # 定时抢劵
     run_daily_job(6, 49)
     run_daily_job(6, 49)