update
This commit is contained in:
parent
17fae53527
commit
7366d055e2
@ -12,7 +12,7 @@ room_id_re = re.compile(r"\/(\d+).jsonl")
|
|||||||
|
|
||||||
|
|
||||||
class Room:
|
class Room:
|
||||||
positon = 0
|
position = 0
|
||||||
# 0 unkonwn, 1 live, 2 pending
|
# 0 unkonwn, 1 live, 2 pending
|
||||||
state = 0
|
state = 0
|
||||||
state_changed = False
|
state_changed = False
|
||||||
|
Loading…
Reference in New Issue
Block a user