Skip to content

Commit dd680c0

Browse files
CamWyozik04
andauthored
remove pointless refresh
Co-authored-by: Jevgeni Kiski <yozik04@gmail.com>
1 parent 5fd3f0e commit dd680c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

paradox/paradox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ async def control_output(self, output, command) -> bool:
542542
if accepted:
543543
is_on = command in ("on", "on_override")
544544
self.storage.update_container_object("module_pgm", out["key"], {"on": is_on})
545-
self.request_status_refresh()
546545
return accepted
547546

548547
logger.error("No outputs selected")

0 commit comments

Comments
 (0)