Skip to content

Commit

Permalink
refactor: フォーマットの修正2
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashitom committed Oct 19, 2024
1 parent c31813d commit 1c9ef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_image() -> jsonify:
if sharpened_file_path:
# 先鋭化した画像ファイルを競技システムに送信する
OfficialInterface.upload_snap(sharpened_file_path)
return jsonify({"message":
return jsonify({"message":
"Sharpened File uploaded successfully"}), 200
else:
# 受け取った画像ファイルを競技システムに送信する
Expand Down

0 comments on commit 1c9ef38

Please sign in to comment.