diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py
index 3fbfc9b7d03769615bed11b61caebca17acc4059..f989e67423bf1887077f11d9345fa69a14852961 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",
 }
 
 #{