This commit is contained in:
0880
2026-01-20 19:16:00 +03:30

View File

@@ -243,6 +243,7 @@ class App:
await writer.drain()
except Exception as e:
raise e
print(f"Internal Server Error: {e}")
finally:
writer.close()