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() 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()