From 57c088390fa2444e7463dbfc10dc27c2f2b904be Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Tue, 27 Aug 2024 02:08:12 +0300 Subject: update thingy x3 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index cd4a0a7..93709f6 100644 --- a/main.py +++ b/main.py @@ -216,8 +216,8 @@ class HTTPServer: time.sleep(0.005) except ssl.SSLEOFError: break - except OSError as e: - print(f"Client dropped due to: {e}") + except OSError: + print(f"Client dropped due to: {traceback.format_exc()}") break return None -- cgit 1.4.1