Skip to content

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)