mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 17:34:52 +00:00
style: Format code with black
This commit is contained in:
parent
d211502b39
commit
a583648731
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ def post():
|
||||||
difficulty = request.form.get("difficulty", GAME_DIFFICULTY)
|
difficulty = request.form.get("difficulty", GAME_DIFFICULTY)
|
||||||
score = request.form.get("score", 0)
|
score = request.form.get("score", 0)
|
||||||
|
|
||||||
|
|
||||||
if not session_key:
|
if not session_key:
|
||||||
return "No session key provided!"
|
return "No session key provided!"
|
||||||
if not score:
|
if not score:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue