From e968b2ea7fa07aae30c54ffb736a35a7a977363a Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 23 Aug 2020 16:59:34 +0200 Subject: [PATCH] Remove leftover :debug code --- morss/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/morss/cli.py b/morss/cli.py index 8ad6cca..bacd964 100644 --- a/morss/cli.py +++ b/morss/cli.py @@ -44,9 +44,6 @@ def cli_app(): options = Options(vars(parser.parse_args())) url = options.url - global DEBUG - DEBUG = options.debug - crawler.default_cache = crawler.SQLiteCache(os.path.expanduser('~/.cache/morss-cache.db')) url, rss = FeedFetch(url, options)