Skip to content
Snippets Groups Projects
Commit 11ca0d4d authored by Frede H's avatar Frede H :speech_balloon:
Browse files

sorting protocols in reversed order

parent b343ef20
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ class Mirror:
if last_sync == -1:
last_sync = "9999:99"
resp_time = "9999.99"
# sort protocols in reversed order https,http,ftps,ftp
protocols = sorted(protocols, reverse=True)
mirror = {
"branches": branches,
"country": country,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment