diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:48:09 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:48:09 +0100 |
| commit | f1148af6396803e149304bbba74a5a4a8b4dc477 (patch) | |
| tree | 78e966fa840500b907155e12fd06c287ff70b046 | |
| parent | 1962285ec0d1d8519d815dfe6a35b6dfc51dbf51 (diff) | |
import app_cfg dumbass
| -rw-r--r-- | cli/app/commands/cortex/upload_video.py | 1 |
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 |
