From 15f8106232ae334b46655934bc2926b9cfa14d38 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Wed, 5 Feb 2025 13:46:02 -0800
Subject: [PATCH] Update server.py

---
 server.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server.py b/server.py
index 7eda5d7..469aec1 100644
--- a/server.py
+++ b/server.py
@@ -290,7 +290,6 @@ def session(connection, client, ip, isssl=False):
             connection.sendall(bytes(f":{server} NOTICE * :*** Uhm, Couldn't find your ident: Unknown error.\r\n","UTF-8"))
         while True:
             try:
-                connection.setblocking(False)
                 connection.settimeout(5)
                 data = connection.recv(2048)
                 if not data: