Explorar el Código

Remove running job on startup

JoostSijm hace 5 años
padre
commit
21d822a583
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/__main__.py

+ 1 - 1
app/__main__.py

@@ -45,7 +45,7 @@ def add_update_department(state_id, department_type):
 
 if __name__ == '__main__':
     # jobs
-    job_update_department(2788, 2)
+    # job_update_department(2788, 2)
     # VN
     # uranium
     add_update_department(2788, 6)