fix some bugs #1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ try:
|
|||
ice_status['speed'],
|
||||
next_stop,
|
||||
ice_status['connectivity']['currentState'],
|
||||
format_time(ice_status['connectivity']['remainingTimeSeconds']),
|
||||
format_time(int(ice_status['connectivity']['remainingTimeSeconds'])),
|
||||
ice_status['connectivity']['nextState'],
|
||||
))
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue