Remove leftover :debug code
parent
0ac590c798
commit
e968b2ea7f
|
@ -44,9 +44,6 @@ def cli_app():
|
||||||
options = Options(vars(parser.parse_args()))
|
options = Options(vars(parser.parse_args()))
|
||||||
url = options.url
|
url = options.url
|
||||||
|
|
||||||
global DEBUG
|
|
||||||
DEBUG = options.debug
|
|
||||||
|
|
||||||
crawler.default_cache = crawler.SQLiteCache(os.path.expanduser('~/.cache/morss-cache.db'))
|
crawler.default_cache = crawler.SQLiteCache(os.path.expanduser('~/.cache/morss-cache.db'))
|
||||||
|
|
||||||
url, rss = FeedFetch(url, options)
|
url, rss = FeedFetch(url, options)
|
||||||
|
|
Loading…
Reference in New Issue