@@ -48,7 +48,7 @@ if __name__ == '__main__':
@route('/', method='GET')
def process():
- redirect('http://koljastrohm-games.com/downloads/orderer.zip')
+ redirect('http://koljastrohm-games.com/downloads/orderer_installer.zip')
run(host='0.0.0.0', port=connection.port, debug=debug)