change of the thread processing

This commit is contained in:
2026-08-25 19:42:51 +02:00
parent dc147def1b
commit 13af9a72ad
+1 -1
View File
@@ -3756,7 +3756,7 @@ def booking_payment_async():
# Asynchronen Thread starten...
thread = threading.Thread(
target=run_tenant_provisioning_async,
args=(app._get_current_object(), user_id, tenant_slug, school_name, user_email, prov_id)
args=(app, user_id, tenant_slug, school_name, user_email, prov_id)
)
thread.start()