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 = []