fix: missed morning return from ClockSegment

This commit is contained in:
2022-01-17 06:29:59 +01:00
parent 1440112dab
commit 5612968aad

View File

@@ -48,6 +48,7 @@ class ClockSegment(DisplaySegment):
if now.hour >= 6 and now.hour < 7:
self.validity = 60
self.time_display = f"{now.hour}:{now.minute}"
return
self.validity = 5*60