mirror of
https://gitlab.com/chaica/feed2toot
synced 2025-02-19 21:10:42 +01:00
fix wrong variable name. fixes #23
This commit is contained in:
parent
c811653d31
commit
e8ed25027c
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user