Browse Source

Remove running job on startup

JoostSijm 6 năm trước cách đây
mục cha
commit
21d822a583
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)