mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
Always run read_srclibs as part of read_metadata
This commit is contained in:
parent
dc8eb49b31
commit
49208b257d
6 changed files with 11 additions and 6 deletions
|
@ -50,7 +50,6 @@ def main():
|
|||
# Read all app and srclib metadata
|
||||
allapps = metadata.read_metadata()
|
||||
apps = common.read_app_args(args, allapps, True)
|
||||
metadata.read_srclibs()
|
||||
|
||||
problems = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue