Update main.py

This commit is contained in:
Barbariskaa 2023-05-09 19:00:00 +03:00 committed by GitHub
parent 6fa3d661ba
commit 18f902833e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ class SSEHandler(web.View):
print("Таймаут.") print("Таймаут.")
else: else:
print("Ошибка: ", str(e)) print("Ошибка: ", str(e))
return self.response
app = web.Application() app = web.Application()