We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412884 commit 28a136eCopy full SHA for 28a136e
1 file changed
manager/manager/manager.py
@@ -279,7 +279,7 @@ def signal_handler(sign, frame):
279
self.process_messsage(message)
280
except Exception as e:
281
if message is not None:
282
- if message.command is "#pick":
+ if message.command == "#pick":
283
print(message)
284
self.application.send_pick(message.data)
285
ex = ManagerConsumerMessageException(
0 commit comments