mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
move make_binary_transparency_log to btlog
This keeps the code more organized, and reduces the number of things that are loaded for every command via common.
This commit is contained in:
parent
896c6496b4
commit
40290fc5e0
3 changed files with 104 additions and 103 deletions
|
@ -37,6 +37,7 @@ from binascii import hexlify
|
|||
from PIL import Image
|
||||
import logging
|
||||
|
||||
from . import btlog
|
||||
from . import common
|
||||
from . import index
|
||||
from . import metadata
|
||||
|
@ -1408,7 +1409,7 @@ def main():
|
|||
index.make(apps, sortedids, archapks, repodirs[1], True)
|
||||
|
||||
if config.get('binary_transparency_remote'):
|
||||
common.make_binary_transparency_log(repodirs)
|
||||
btlog.make_binary_transparency_log(repodirs)
|
||||
|
||||
if config['update_stats']:
|
||||
# Update known apks info...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue