mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50:28 +03:00
Open metadata files in only one place
Also get rid of the useless get_default_app_info func.
This commit is contained in:
parent
c2304b3315
commit
013315bf10
2 changed files with 28 additions and 39 deletions
|
|
@ -174,8 +174,7 @@ def main():
|
|||
config = common.read_config(options)
|
||||
|
||||
apps = metadata.read_metadata()
|
||||
app = metadata.get_default_app_info()
|
||||
app.id = None
|
||||
app = metadata.App()
|
||||
app.UpdateCheckMode = "Tags"
|
||||
|
||||
root_dir = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue