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
1 changed files with 1 additions and 1 deletions

View File

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