summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/commands/biggan/fetch.py')
-rw-r--r--cli/app/commands/biggan/fetch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/commands/biggan/fetch.py b/cli/app/commands/biggan/fetch.py
index 39f503c..d454633 100644
--- a/cli/app/commands/biggan/fetch.py
+++ b/cli/app/commands/biggan/fetch.py
@@ -9,9 +9,9 @@ from app.utils.cortex_utils import fetch_cortex_folder, find_unprocessed_files
@click.pass_context
def cli(ctx, opt_folder_id):
"""
- Fetch JSON from the server
+ Fetch new images from the server
"""
- files = fetch_cortex_folder(opt_folder_id)
+ files = download_cortex_files(opt_folder_id)
unprocessed_files = find_unprocessed_files(files)
print("Unprocessed files:")
for file in unprocessed_files: