Skip to content

Commit

Permalink
Fix files undefined in local mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Fittiboy committed Jul 8, 2021
1 parent 69bb4b8 commit 654ec07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 654ec07

Please sign in to comment.