Browse Source

Comment out on startup

JoostSijm 4 years ago
parent
commit
747359efbe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/__main__.py

+ 3 - 3
app/__main__.py

@@ -29,9 +29,9 @@ if __name__ == '__main__':
     ]
 
     # jobs
-    jobs.update_citizens(STATE_IDS, REGION_IDS)
-    jobs.update_residents(STATE_IDS, REGION_IDS)
-    jobs.update_work_permits(STATE_IDS)
+    # jobs.update_citizens(STATE_IDS, REGION_IDS)
+    # jobs.update_residents(STATE_IDS, REGION_IDS)
+    # jobs.update_work_permits(STATE_IDS)
 
     # Update citizens
     SCHEDULER.add_job(