Skip to content

Commit

Permalink
marathon.py: Change download address
Browse files Browse the repository at this point in the history
Actually the watch file could also be changed
to use GitHub directly.
  • Loading branch information
ckorn committed Aug 18, 2015
1 parent f02ff00 commit 3d7e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marathon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import httplib

for game in ("marathon", "marathon2", "infinity"):
conn = httplib.HTTPConnection("marathon.sourceforge.net")
conn = httplib.HTTPSConnection("alephone.lhowon.org")
conn.request("HEAD", "/download/data.php?game=%s"%(game))
res = conn.getresponse()
print "<!-- %d %s -->"%(res.status, res.reason)
Expand Down

0 comments on commit 3d7e325

Please sign in to comment.