Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit ce5dbb6

Browse files
authored
Update __init__.py
change closing state from STATE_CLOSED to STATE_OPEN as it's technically still open until closed.
1 parent 2f1969f commit ce5dbb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymyq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MyQAPI:
4646
'2': STATE_CLOSED, #'close',
4747
'3': STATE_OPEN, #'stopped',
4848
'4': STATE_OPEN, #'opening',
49-
'5': STATE_CLOSED, #'closing',
49+
'5': STATE_OPEN, #'closing',
5050
'8': STATE_OPEN, #'in_transition',
5151
'9': STATE_OPEN, #'open'
5252
}

0 commit comments

Comments
 (0)