Explorar el Código

redirect to the installer script instead

Eren Yilmaz hace 6 años
padre
commit
0dd6f82142
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run_server.py

+ 1 - 1
run_server.py

@@ -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)