mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Avoid pyflakes error
This commit is contained in:
parent
8a6267b126
commit
0ac058c244
1 changed files with 2 additions and 0 deletions
|
@ -425,6 +425,8 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
|||
return apks, cachechanged
|
||||
|
||||
|
||||
repo_pubkey_fingerprint = None
|
||||
|
||||
def make_index(apps, apks, repodir, archive, categories):
|
||||
"""Make a repo index.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue