From 47ac6e12db46a679cc89884b5d766acf7b486eec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 30 Oct 2022 01:53:09 +0200 Subject: [PATCH] small grammar change --- files/routes/casino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/casino.py b/files/routes/casino.py index b51fb1617..4eb2c91d8 100644 --- a/files/routes/casino.py +++ b/files/routes/casino.py @@ -103,7 +103,7 @@ def pull_slots(v): if success: return {"game_state": game_state, "gambler": {"coins": v.coins, "procoins": v.procoins}} else: - abort(400, f"Wager must be more than 5 {currency}") + abort(400, f"Wager must be 5 {currency} or more") # 21