bugfix#1 #2

Closed
vonbirne wants to merge 3 commits from vonbirne/kunsis-dotfiles:bugfix#1 into main
Showing only changes of commit a4d873becd - Show all commits

View file

@ -67,7 +67,7 @@ try:
ice_status['speed'], ice_status['speed'],
next_stop, next_stop,
ice_status['connectivity']['currentState'], ice_status['connectivity']['currentState'],
format_time(ice_status['connectivity']['remainingTimeSeconds']), format_time(int(ice_status['connectivity']['remainingTimeSeconds'])),
ice_status['connectivity']['nextState'], ice_status['connectivity']['nextState'],
)) ))
except Exception as e: except Exception as e: