From 6e4079485f501b607db204182bbbd134cd1e933f Mon Sep 17 00:00:00 2001 From: Thies Mueller <> Date: Wed, 24 Sep 2025 17:01:51 +0200 Subject: [PATCH] remove email --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 86f9796..a539778 100644 --- a/main.py +++ b/main.py @@ -108,7 +108,7 @@ def order(): } pretix_body = { - "email": "pretixfood@td00.de", + "email": "", "locale": "en", "sales_channel": "web", "payment_provider": "manual",