From 031b67a8db5ce5f233abe463fef9b1ea04c249ea Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 14 May 2014 15:03:40 +0200 Subject: [PATCH] Remove some useless options progress and a accidentaly-disclosed one, cause useless --- morss/morss.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/morss/morss.py b/morss/morss.py index 19f6116..f68d5a3 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -596,19 +596,8 @@ def Gather(rss, url, cache, options): max_item = MAX_ITEM max_time = MAX_TIME - if options.progress: - max_time = 12 - lim_time = 13 - max_item = -1 - lim_item = -1 if options.cache: max_time = 0 - if options.OFCOURSENOT: - log('welcome home') - lim_item = -1 - lim_time = -1 - max_item = -1 - max_time = -1 # set def runner(queue):