diff --git a/shreddit.py b/shreddit.py index 7e8e667..944ed06 100755 --- a/shreddit.py +++ b/shreddit.py @@ -155,7 +155,7 @@ for thing in things: thing_json = json.dumps(d) if isinstance(thing, Submission): - if verbose: + if verbose && keep_a_copy: print('Saving a copy of submission: #{id} {url}'.format( id=thing.id, url=thing.url)