From e8ed25027c8183a37207dca381a98aacdf491b4b Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 23 Sep 2017 15:20:46 +0200 Subject: [PATCH] fix wrong variable name. fixes #23 --- feed2toot/confparsers/rss/urilist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed2toot/confparsers/rss/urilist.py b/feed2toot/confparsers/rss/urilist.py index 6b71c51..65a8943 100644 --- a/feed2toot/confparsers/rss/urilist.py +++ b/feed2toot/confparsers/rss/urilist.py @@ -23,7 +23,7 @@ import os.path import sys import re -def parseurilist(config, accept_bozo_exception): +def parseurilist(config, accept_bozo_exceptions): '''Parse configuration value of the uri_list option of the rss section''' bozoexception = False feeds = []