mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 10:21:05 +03:00
choose best apk version vor index v0
This commit is contained in:
parent
6930edf889
commit
6fc968f7cd
3 changed files with 25 additions and 8 deletions
|
@ -901,7 +901,7 @@ def scan_repo_files(apkcache, repodir, knownapks, use_date_from_file=False):
|
|||
logging.debug("Reading " + name_utf8 + " from cache")
|
||||
usecache = True
|
||||
else:
|
||||
logging.debug("Ignoring stale cache data for " + name)
|
||||
logging.debug("Ignoring stale cache data for " + name_utf8)
|
||||
|
||||
if not usecache:
|
||||
logging.debug(_("Processing {apkfilename}").format(apkfilename=name_utf8))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue