Explorar el Código

!2 task end then go to tree

pcacc hace 4 meses
padre
commit
aed75fd63f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app_dongri.py

+ 2 - 1
app_dongri.py

@@ -304,7 +304,8 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             task_queue.appendleft(task_checkHelp(False))
             if auto_participate:
                 task_queue.appendleft(task_checkConfilits())
-            task_queue.appendleft(task_gotoTree())
+        
+        task_queue.appendleft(task_gotoTree())
 
         if always == False and g_times == 7:
             handle_end_game()