Skip to content

Commit

Permalink
reduce log garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Oct 29, 2024
1 parent f297eb4 commit 73d7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymammotion/mammotion/commands/messages/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def request_iot_sys(
)
)
logger.debug(f"Send command==== IOT slim data Act {
build.todev_report_cfg.act} {build}")
build.todev_report_cfg.act}")
return self.send_order_msg_sys_legacy(build)

def get_report_cfg_stop(self, timeout: int = 10000, period: int = 1000, no_change_period: int = 1000):
Expand Down

0 comments on commit 73d7ec5

Please sign in to comment.