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
|
|
@ -71,7 +71,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
# Get all metadata-defined apps...
|
||||
metaapps = metadata.read_metadata(options.verbose)
|
||||
metaapps = metadata.read_metadata()
|
||||
|
||||
statsdir = 'stats'
|
||||
logsdir = os.path.join(statsdir, 'logs')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue