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.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index 4d8ad1b..36eab3b 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -435,11 +435,7 @@ class Listener:
fp_out
], stdin=PIPE, stdout=PIPE)
- # catch interrupts
- try:
- self.run(interpolator, pipe)
- except Exception as e:
- pass
+ self.run(interpolator, pipe)
self.rpc_client.send_status('processing', False)
self.sess.close()
print("Writing video...")
@@ -449,7 +445,8 @@ class Listener:
folder = results_folder()
data = upload_file_to_cortex(folder['id'], fp_out, datatype='video', activity='live')
print(json.dumps(data, indent=2))
- print("Done")
+ print("")
+ print("Done!")
def run(self, interpolator, pipe):
gen_time_total = 0