This commit is contained in:
burnettk 2023-04-24 13:22:16 -04:00
parent 5e3c292f85
commit b43f1fde47
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ def interstitial(process_instance_id: int) -> Response:
return Response(
stream_with_context(_interstitial_stream(process_instance_id)),
mimetype="text/event-stream",
headers={'X-Accel-Buffering': 'no'}
headers={"X-Accel-Buffering": "no"},
)