mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
scanner: refresh data without scaning
This commit is contained in:
parent
1c203ae643
commit
2f313a0bd6
1 changed files with 2 additions and 0 deletions
|
@ -825,6 +825,8 @@ def main():
|
|||
if not appids:
|
||||
if options.exit_code and probcount > 0:
|
||||
sys.exit(ExitCode.NONFREE_CODE)
|
||||
if options.refresh_scanner:
|
||||
_get_tool()
|
||||
return
|
||||
|
||||
# Read all app and srclib metadata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue