mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix several read_metadata-related issues
Various calls with the wrong parameters, and also an unused parameter on the function itself.
This commit is contained in:
parent
9cb5bbd1ee
commit
277d95f57d
5 changed files with 5 additions and 5 deletions
|
|
@ -422,7 +422,7 @@ def parse_srclib(metafile, **kw):
|
|||
|
||||
# Read all metadata. Returns a list of 'app' objects (which are dictionaries as
|
||||
# returned by the parse_metadata function.
|
||||
def read_metadata(xref=True, package=None, store=True):
|
||||
def read_metadata(xref=True, package=None):
|
||||
apps = []
|
||||
|
||||
for basedir in ('metadata', 'tmp'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue