From 09cdcb4c718f68ea7216612beec940fcbf11ec15 Mon Sep 17 00:00:00 2001 From: pteek Date: Mon, 23 Mar 2015 15:52:23 +0530 Subject: [PATCH] #25 Fix a print --- shreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)