mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-08 04:19:07 -04:00
Timeout typical TOT 180 sec for missing END of TX info
This commit is contained in:
parent
79fae60b61
commit
e88ce75a3f
@ -789,7 +789,8 @@ def process_message(_bmessage):
|
||||
now = datetime.datetime.now()
|
||||
durations = now - then
|
||||
duration_in_s = durations.total_seconds()
|
||||
if dur=="0" and row[3]=="START" and duration_in_s < 260:
|
||||
# Timeout typical TOT 180 sec for missing END of TX info
|
||||
if dur=="0" and row[3]=="START" and duration_in_s < 180:
|
||||
durtx='<td style=\"background:#f33; color:white;font-weight:bold;\">TX-ing</td>'
|
||||
else:
|
||||
if dur=="0":
|
||||
|
Loading…
Reference in New Issue
Block a user