waiting is my passion

This commit is contained in:
2025-12-23 01:25:12 +02:00
parent 912cd08660
commit c7e053b500

View File

@@ -156,7 +156,7 @@ async def view_longpoll(request):
continue
print("realtime opening %s" % ev["door"])
response.send("data: %s\n\n" % ev["door"])
await response.send("data: %s\n\n" % ev["door"])
except PyMongoError as e:
print(e)
await response.send("data: response-generator-ended\n\n")