mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Remove mysterious keyword arguments
This commit is contained in:
parent
277d95f57d
commit
720ec22e9a
@ -384,7 +384,7 @@ def description_html(lines, linkres):
|
|||||||
return ps.text_html
|
return ps.text_html
|
||||||
|
|
||||||
|
|
||||||
def parse_srclib(metafile, **kw):
|
def parse_srclib(metafile):
|
||||||
|
|
||||||
thisinfo = {}
|
thisinfo = {}
|
||||||
if metafile and not isinstance(metafile, file):
|
if metafile and not isinstance(metafile, file):
|
||||||
|
Loading…
Reference in New Issue
Block a user