Spaces:
Sleeping
Sleeping
LapStore commited on
Commit ·
4256e8a
1
Parent(s): 3cbb380
debug mqtt
Browse files- traffic_utils.py +1 -0
traffic_utils.py
CHANGED
|
@@ -56,6 +56,7 @@ async def open_signal(tl_id,state_,duration,delay):
|
|
| 56 |
|
| 57 |
|
| 58 |
state.singlas_state[tl_id] = state.status_chk
|
|
|
|
| 59 |
state.set_request(tl_id,state_,duration)
|
| 60 |
await wait_check_conection(tl_id,check_time)
|
| 61 |
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
state.singlas_state[tl_id] = state.status_chk
|
| 59 |
+
print(state.request[tl_id])
|
| 60 |
state.set_request(tl_id,state_,duration)
|
| 61 |
await wait_check_conection(tl_id,check_time)
|
| 62 |
|