Skip to content

Commit ab2f3c6

Browse files
committed
fix bug
1 parent 4447355 commit ab2f3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/Interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _mesg(self, genre, *args, **kwargs):
1818
**kwargs: support `has_reply`
1919
has_reply: Whether there is a return value to accept.
2020
"""
21-
command_data = self._process_data_command(args)
21+
command_data = self._process_data_command(genre, self.__class__.__name__, args)
2222

2323
if genre == 178:
2424
# 修改wifi端口

0 commit comments

Comments
 (0)