Skip to content

Commit 11a4a0a

Browse files
committed
add : GOD return now by GOD request.
1 parent c3e5dd4 commit 11a4a0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mafia.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ def index():
4747
is_farsi=True)
4848

4949

50+
@app.route('/GOD')
51+
def GOD_PAGE():
52+
global ip2role_index_name
53+
return render_template("GOD.html", ip2role_index_name=ip2role_index_name)
54+
55+
5056
@app.errorhandler(404)
5157
def invalid_route(e):
5258
return render_template("404.html", is_farsi=True)

0 commit comments

Comments
 (0)