Spaces:
Sleeping
Sleeping
LapStore commited on
Commit ·
6a2b4c4
1
Parent(s): e18efce
debug mqtt
Browse files- traffic_utils.py +1 -1
traffic_utils.py
CHANGED
|
@@ -59,7 +59,7 @@ async def open_signal(tl_id,state_,duration,delay):
|
|
| 59 |
print(state.request[tl_id])
|
| 60 |
state.set_request(tl_id,state_,duration)
|
| 61 |
await wait_check_conection(tl_id,check_time)
|
| 62 |
-
|
| 63 |
|
| 64 |
if (state.request[tl_id]['accepted']== True):
|
| 65 |
|
|
|
|
| 59 |
print(state.request[tl_id])
|
| 60 |
state.set_request(tl_id,state_,duration)
|
| 61 |
await wait_check_conection(tl_id,check_time)
|
| 62 |
+
print(state.request[tl_id])
|
| 63 |
|
| 64 |
if (state.request[tl_id]['accepted']== True):
|
| 65 |
|