diff --git a/bin/grabcrl.py b/bin/grabcrl.py index e7152a5..4b5d5b9 100644 --- a/bin/grabcrl.py +++ b/bin/grabcrl.py @@ -45,7 +45,7 @@ for url in fileinput.input(args.r): except Exception, err: if args.v: print err - continue + continue if r.status_code >= 200 and r.status_code <= 299: with open (os.path.join(storepath,hurl), 'w') as f: f.write(r.content)