diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:47:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:47:32 +0100 |
| commit | 1962285ec0d1d8519d815dfe6a35b6dfc51dbf51 (patch) | |
| tree | 43199cc06306ecad370a0473093e2f53d93bdee2 /cli/app/commands | |
| parent | 59256ce2dce7c2c542a4d9586267da10a4497f98 (diff) | |
import os dumbass
Diffstat (limited to 'cli/app/commands')
| -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 6c46d0c..25b2508 100644 --- a/cli/app/commands/cortex/upload_video.py +++ b/cli/app/commands/cortex/upload_video.py @@ -1,6 +1,7 @@ import click import json +import os from app.search.video import export_video_final from app.utils.cortex_utils import results_folder, upload_file_to_cortex |
