Browse Source

Remove running job on startup

JoostSijm 5 years ago
parent
commit
21d822a583
1 changed files with 1 additions and 1 deletions
  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)