From 37023298c8aef1f02215288671f6e2e15ed29e70 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 31 Jan 2022 03:57:33 +0200 Subject: [PATCH] xzcxcz --- files/routes/comments.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index e14d88f7a..bad228706 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -920,5 +920,7 @@ def handle_blackjack_action(cid, v): elif action == 'stay': blackjack.player_stayed(comment) - + g.db.add(comment) + g.db.add(v) + g.db.commit() return { "message" : "..." } \ No newline at end of file