Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Oct 12, 2023
1 parent 4447355 commit ab2f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymycobot/Interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _mesg(self, genre, *args, **kwargs):
**kwargs: support `has_reply`
has_reply: Whether there is a return value to accept.
"""
command_data = self._process_data_command(args)
command_data = self._process_data_command(genre, self.__class__.__name__, args)

if genre == 178:
# 修改wifi端口
Expand Down

0 comments on commit ab2f3c6

Please sign in to comment.