From 57ac6bcdd3397d8f2cabf8956678a8eec2dc9170 Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:32:25 +0330 Subject: [PATCH] slow --- slow/slow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slow/slow.py b/slow/slow.py index 2e05932..3e71f4c 100644 --- a/slow/slow.py +++ b/slow/slow.py @@ -243,6 +243,7 @@ class App: await writer.drain() except Exception as e: + raise e print(f"Internal Server Error: {e}") finally: writer.close()