From 19ba8a0a2bfc05c78d4d5262ae0af2d74487b5fb Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 11 Oct 2023 01:15:01 +0200 Subject: [PATCH] Sync --- src/matrixclock.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/matrixclock.py b/src/matrixclock.py index d85c2d4..3c996aa 100644 --- a/src/matrixclock.py +++ b/src/matrixclock.py @@ -116,11 +116,11 @@ while True: #while getMsgInc(): # time.sleep(1) - if timeInNightRange(): - printDark() - now = datetime.now() - timeUntilMorning = 6 - now.hour - (3600 - 60*now.minute - now.second) - time.sleep(timeUntilMorning) + # if timeInNightRange(): + # printDark() + # now = datetime.now() + # timeUntilMorning = 6 - now.hour - (3600 - 60*now.minute - now.second) + # time.sleep(timeUntilMorning) printClock()