diff --git a/flask/testapp/views.py b/flask/testapp/views.py index 6293cfc..9d9d627 100644 --- a/flask/testapp/views.py +++ b/flask/testapp/views.py @@ -6,7 +6,7 @@ user_score = {} # playerの数 -MAX_PLAYER = 4 +MAX_PLAYER = 1 # 何位まで表示するか(nemoto) max_order = 5