summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/app/commands/cortex/upload_video.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/commands/cortex/upload_video.py b/cli/app/commands/cortex/upload_video.py
index 25b2508..c0d2afd 100644
--- a/cli/app/commands/cortex/upload_video.py
+++ b/cli/app/commands/cortex/upload_video.py
@@ -2,6 +2,7 @@ import click
import json
import os
+from app.settings import app_cfg
from app.search.video import export_video_final
from app.utils.cortex_utils import results_folder, upload_file_to_cortex