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 4447355 commit ab2f3c6Copy full SHA for ab2f3c6
pymycobot/Interface.py
@@ -18,7 +18,7 @@ def _mesg(self, genre, *args, **kwargs):
18
**kwargs: support `has_reply`
19
has_reply: Whether there is a return value to accept.
20
"""
21
- command_data = self._process_data_command(args)
+ command_data = self._process_data_command(genre, self.__class__.__name__, args)
22
23
if genre == 178:
24
# 修改wifi端口
0 commit comments