This commit is contained in:
dev
2010-06-14 11:28:13 +00:00
parent bd1df73f6b
commit ef16299e08

View File

@ -73,5 +73,4 @@ def old_get(f):
return redirect('http://i2p.googlecode.com/files/%s' % f) return redirect('http://i2p.googlecode.com/files/%s' % f)
if __name__ == '__main__': if __name__ == '__main__':
app.debug=True
app.run(port=port) app.run(port=port)