File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
mapswipe_workers/mapswipe_workers Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This document describes how to use the command line interface of MapSwipe Worker
44
55In our current deployment setup the commands of the MapSwipe Workers CLI are hard-coded in the Docker-Compose File.
66
7+ You can run these commands also using docker-compose:
8+ ```
9+ docker-compose run mapswipe_workers mapswipe_workers --help
10+ ```
11+
712
813```
914Usage: mapswipe_workers [OPTIONS] COMMAND [ARGS]...
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ def run(schedule, only_new_results):
338338def _run ():
339339 _run_create_projects ()
340340 project_id_list = _run_firebase_to_postgres ()
341- _run_generate_stats (project_id_list )
341+ _run_generate_stats (project_id_list , None )
342342
343343
344344def _run_create_projects (project_draft_ids = None ):
You can’t perform that action at this time.
0 commit comments