I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 63aefa0b authored by str4d's avatar str4d
Browse files

Bugfix

parent 3a07ec3c
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ def downloads_redirect(version, net, protocol, domain, file): ...@@ -95,7 +95,7 @@ def downloads_redirect(version, net, protocol, domain, file):
} }
if not protocol: if not protocol:
protocol = mirrors.leys()[randint(0, len(mirrors) - 1)] protocol = mirrors.keys()[randint(0, len(mirrors) - 1)]
if not protocol in mirrors: if not protocol in mirrors:
abort(404) abort(404)
mirrors=mirrors[protocol] mirrors=mirrors[protocol]
......
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