mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-31 05:11:16 -04:00
Remove mysterious keyword arguments
This commit is contained in:
@@ -384,7 +384,7 @@ def description_html(lines, linkres):
|
||||
return ps.text_html
|
||||
|
||||
|
||||
def parse_srclib(metafile, **kw):
|
||||
def parse_srclib(metafile):
|
||||
|
||||
thisinfo = {}
|
||||
if metafile and not isinstance(metafile, file):
|
||||
|
||||
Reference in New Issue
Block a user