We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cb22e commit 131f72fCopy full SHA for 131f72f
servercom/implementations/cpy.py
@@ -263,7 +263,7 @@ def _do_request(
263
if self.v:
264
print("Receiving response...")
265
self.wrapped_socket.setblocking(True)
266
- response = rx_bytes()
+ response = self.rx_bytes()
267
except Exception as e:
268
269
print("An error occurred. Cleaning up...")
0 commit comments