Skip to content

Commit 554ea08

Browse files
committed
Fix last import config
1 parent dfd0bd3 commit 554ea08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfg/loop_export_module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "loop_export_module",
3-
"script": "run_export.py",
4-
"cwd": "/data/python-mapswipe-workers/export_module",
3+
"script": "./export_module/run_export.py",
4+
"cwd": "/data/python-mapswipe-workers/",
55
"exec_interpreter": "/data/environments/mapswipe_workers/bin/python3",
66
"log_date_format": "YYYY-MM-DD HH:mm Z",
77
"autorestart": true,

0 commit comments

Comments
 (0)