From 654ec0703c50b819f7ab9bd175938b13b900727d Mon Sep 17 00:00:00 2001 From: Fitti Date: Thu, 8 Jul 2021 22:09:01 +0200 Subject: [PATCH] Fix files undefined in local mode --- clipper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clipper.py b/clipper.py index a12bf2e..d4117c7 100644 --- a/clipper.py +++ b/clipper.py @@ -184,6 +184,7 @@ def dl_progress(count, block_size, total_size): elif args.local: print("Storing files locally.\n") gdrive = False + files = [] else: print("No Google Drive credentials.txt found. Storing files locally.") print()