mirror of
https://gitlab.com/chaica/feed2toot.git
synced 2024-11-27 14:01:11 +00: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 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 = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user