diff options
Diffstat (limited to 'wrappers/python/src/state.py')
| -rw-r--r-- | wrappers/python/src/state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/src/state.py b/wrappers/python/src/state.py index a4b11a8..5af004f 100644 --- a/wrappers/python/src/state.py +++ b/wrappers/python/src/state.py @@ -18,7 +18,7 @@ class State(IntEnum): AUTHORIZED = 7 REQUEST_CONFIG = 8 ASK_PROFILE = 9 - HAS_CONFIG = 10 + DISCONNECTED = 10 DISCONNECTING = 11 CONNECTING = 12 CONNECTED = 13 |
