Stop Maintainance
This commit is contained in:
parent
5a74c7c28b
commit
9cc5bb87d9
4
main.py
4
main.py
@ -38,8 +38,8 @@ def getId():
|
|||||||
def gamewelcome():
|
def gamewelcome():
|
||||||
ip = getId()
|
ip = getId()
|
||||||
# return redirect(url_for('gameplay', id=request.remote_addr))
|
# return redirect(url_for('gameplay', id=request.remote_addr))
|
||||||
return render_template('Maintenance.html')
|
# return render_template('Maintenance.html')
|
||||||
# return render_template('GameWelcome.html')
|
return render_template('GameWelcome.html')
|
||||||
|
|
||||||
|
|
||||||
@app.route('/question')
|
@app.route('/question')
|
||||||
|
Loading…
Reference in New Issue
Block a user