Skip to content

Commit 16a4d82

Browse files
committed
fix : minor fixes in code.
1 parent 478ea89 commit 16a4d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mafia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def index():
2929
role = ""
3030
image_name = ""
3131
ip = str(request.remote_addr)
32-
32+
3333
if ip in ip2role_index_name.keys():
3434
return render_template("Player.html", player=ip2role_index_name[ip])
3535
else:

static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ th, td {
113113

114114
#is_comment {
115115
width: 5%;
116-
}
116+
}

templates/base_action.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
{% endblock %}
2020
{% block messages %}
2121
{% endblock %}
22-
</body>
22+
</body>

0 commit comments

Comments
 (0)