mirror of
https://gitlab.com/chaica/feed2toot
synced 2025-02-22 06:17:39 +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 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…
x
Reference in New Issue
Block a user