thread managment
This commit is contained in:
+1
-1
@@ -3743,7 +3743,7 @@ def booking_payment_async():
|
|||||||
# Asynchronen Thread starten...
|
# Asynchronen Thread starten...
|
||||||
thread = threading.Thread(
|
thread = threading.Thread(
|
||||||
target=run_tenant_provisioning_async,
|
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()
|
thread.start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user