fix: use python 3.8+ interface

This commit is contained in:
Johann Dreo 2022-07-05 09:47:27 +02:00
commit be5ac939c4
2 changed files with 16 additions and 3 deletions

View file

@ -376,7 +376,7 @@ class CursesMonitor:
self.display()
# first update counter
self.last_update = time.clock()
self.last_update = time.perf_counter()
self.last_state = None
self.log_ticks = ""