Browse Source

update ags 9.2.1

lei.chen 3 months ago
parent
commit
b74f93a7be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ags_spider/ags_new_daily.py

+ 1 - 1
ags_spider/ags_new_daily.py

@@ -261,7 +261,7 @@ def main():
 
 
 def schedule_task():
-    # main()
+    main()
     schedule.every().day.at("00:01").do(main)
     while True:
         schedule.run_pending()