mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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
|
||||
|
||||
|
||||
def parse_srclib(metafile, **kw):
|
||||
def parse_srclib(metafile):
|
||||
|
||||
thisinfo = {}
|
||||
if metafile and not isinstance(metafile, file):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue