We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249e172 commit dbf0b65Copy full SHA for dbf0b65
1 file changed
dingz/dingz.py
@@ -138,7 +138,6 @@ async def turn_off(self) -> None:
138
139
async def set_timer(self, data) -> None:
140
"""Set a timer."""
141
- print(data)
142
url = URL(self.uri).join(URL(TIMER))
143
await make_call(self, uri=url, method="POST", json_data=data)
144
0 commit comments