Skip to content

Commit 131f72f

Browse files
committed
Fixed CPython bug
1 parent 58cb22e commit 131f72f

File tree

1 file changed

+1
-1
lines changed
  • servercom/implementations

1 file changed

+1
-1
lines changed

servercom/implementations/cpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _do_request(
263263
if self.v:
264264
print("Receiving response...")
265265
self.wrapped_socket.setblocking(True)
266-
response = rx_bytes()
266+
response = self.rx_bytes()
267267
except Exception as e:
268268
if self.v:
269269
print("An error occurred. Cleaning up...")

0 commit comments

Comments
 (0)