summaryrefslogtreecommitdiff
path: root/cli/app/search/live.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/search/live.py')
-rw-r--r--cli/app/search/live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index 4c66873..ba45e3d 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -374,7 +374,7 @@ class Listener:
interpolator.build()
self.rpc_client.send_status('processing', True)
tag = "biggan_" + timestamp()
- path_out = os.path.join(app_cfg.RESULTS_DIR, tag)
+ path_out = os.path.join(app_cfg.DIR_RESULTS, tag)
os.makedirs(path_out, exist_ok=True)
dt = 1 / FPS
for i in range(99999):