From e41b44d0b7088c7c08f5cc060cd8cc61de9a5743 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Thu, 29 Jun 2023 12:06:26 +0100 Subject: [PATCH] [Server] Make flat delivery a float --- server/config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.py.example b/server/config.py.example index 18d4123..567fdc4 100644 --- a/server/config.py.example +++ b/server/config.py.example @@ -1,5 +1,5 @@ webhook = "https://example.com/webhook" webhook_content_prepend = "New order received! Order ID: " -delivery_flatrate = 0 +delivery_flatrate = 0.0 mongo_uri = "mongodb://localhost:27017/" mongo_db = "pizza_palace" \ No newline at end of file -- GitLab