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