From c8350f311d21a3742236b9271382a9c90cd5c86c Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Tue, 24 Aug 2021 19:11:20 -0400
Subject: [PATCH] De-prioritize launchpad mirror

---
 i2p2www/downloads.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py
index 3fbfc9b7d..f989e6742 100644
--- a/i2p2www/downloads.py
+++ b/i2p2www/downloads.py
@@ -11,10 +11,10 @@ DEFAULT_MIRROR = {
     "net": "clearnet",
     "protocol": "https",
     "domain": "download.i2p2.de",
-    "path": "/releases/%(version)s/%(file)s,
+    "path": "/releases/%(version)s/%(file)s",
     "org": "i2p2.de",
     "org_url": "https://download.i2p2.de", 
-    "country": "de"
+    "country": "de",
 }
 
 #{
-- 
GitLab