Ver Fonte

!2 add bat

pcacc há 2 meses atrás
pai
commit
86b0c51c71
2 ficheiros alterados com 4 adições e 3 exclusões
  1. 2 2
      dongri_task.py
  2. 2 1
      runApp.bat

+ 2 - 2
dongri_task.py

@@ -1559,7 +1559,7 @@ class task_checkPower(dongri_task):
         return True
 
 if __name__ == '__main__':
-    task_checkPower().run()
+    #task_checkPower().run()
     #task_checkActivities().run()
     #print(get_todo_time("巨熊行动"))
     #task_check_Research().run()
@@ -1596,7 +1596,7 @@ if __name__ == '__main__':
     #task_collect(3).run()
     #task_collect(4).run()
     #task_returnAllLine().run()
-    #task_paticipateInTeam().run()
+    task_paticipateInTeam().run()
     #task_fight_jina(True).run()
     #task_get_redPackage().run()
     #task_read_mails().run()

+ 2 - 1
runApp.bat

@@ -1 +1,2 @@
-python app.py
+taskkill /f /im python
+python app_dongri.py