We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95fc7b commit 5f0a596Copy full SHA for 5f0a596
mafia.py
@@ -98,6 +98,7 @@ def GOD_PAGE():
98
msg = "Error: Out of Comments."
99
else:
100
ip2role_index_name[ip][4] = False
101
+ nComments -= 1
102
103
return render_template("404.html", is_farsi=True)
104
return render_template("GOD.html", ip2role_index_name=ip2role_index_name,
0 commit comments