fix wrong variable name. fixes #23

This commit is contained in:
Carl Chenet 2017-09-23 15:20:46 +02:00
parent c811653d31
commit e8ed25027c

View file

@ -23,7 +23,7 @@ import os.path
import sys import sys
import re 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''' '''Parse configuration value of the uri_list option of the rss section'''
bozoexception = False bozoexception = False
feeds = [] feeds = []