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 cf08f3e commit 80cca9cCopy full SHA for 80cca9c
demo/Server.py
@@ -93,7 +93,7 @@ def connect(self):
93
break
94
res = b'1'
95
command = command.replace(" ", "")
96
- if self.mc.closed() == True:
+ if self.mc.isOpen() == False:
97
self.mc.open()
98
else:
99
self.logger.info(command)
0 commit comments