This commit is contained in:
0880
2026-01-17 19:32:25 +03:30
parent dd648bc50f
commit 57ac6bcdd3

View File

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