We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec6c9f commit b4620d5Copy full SHA for b4620d5
simplyprint_duet3d/duet/api.py
@@ -169,11 +169,11 @@ async def rr_model(
169
array: Optional[int] = 0,
170
) -> dict:
171
"""rr_model Get Machine Model."""
172
- # self.logger.debug(
173
- # f"rr_model: key={key}, frequently={frequently},"
174
- # f" verbose={verbose}, include_null={include_null},"
175
- # f" include_obsolete={include_obsolete}, depth={depth}, array={array}",
176
- # )
+ self.logger.debug(
+ f"rr_model: key={key}, frequently={frequently},"
+ f" verbose={verbose}, include_null={include_null},"
+ f" include_obsolete={include_obsolete}, depth={depth}, array={array}",
+ )
177
178
await self._ensure_session()
179
0 commit comments