Просмотр исходного кода

redirect to the installer script instead

Eren Yilmaz 6 лет назад
Родитель
Сommit
0dd6f82142
1 измененных файлов с 1 добавлено и 1 удалено
  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)