diff options
| -rw-r--r-- | cli/app/search/live.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 2dc3a09..35fef19 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -445,6 +445,7 @@ class Listener: print("Building interpolator...") interpolator.build() self.rpc_client.send_status('processing', True) + self.on_get() tag = "biggan_" + timestamp() # path_out = os.path.join(app_cfg.DIR_RESULTS, tag) # os.makedirs(path_out, exist_ok=True) |
