diff --git a/live_status_ntf.py b/live_status_ntf.py index 9ab7cc4..eeb40f7 100644 --- a/live_status_ntf.py +++ b/live_status_ntf.py @@ -12,7 +12,7 @@ room_id_re = re.compile(r"\/(\d+).jsonl") class Room: - positon = 0 + position = 0 # 0 unkonwn, 1 live, 2 pending state = 0 state_changed = False