mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
clarify config data types and structures
This commit is contained in:
parent
081e02c109
commit
8cf1297e2c
5 changed files with 116 additions and 31 deletions
|
|
@ -92,7 +92,7 @@ def download_using_mirrors(mirrors, local_filename=None):
|
|||
logic will try it twice: first without SNI, then again with SNI.
|
||||
|
||||
"""
|
||||
mirrors = common.parse_mirrors_config(mirrors)
|
||||
mirrors = common.parse_list_of_dicts(mirrors)
|
||||
mirror_configs_to_try = []
|
||||
for mirror in mirrors:
|
||||
mirror_configs_to_try.append(mirror)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue