mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Remove mysterious keyword arguments
This commit is contained in:
parent
277d95f57d
commit
720ec22e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue