remove newline from log line

This commit is contained in:
Ace 2024-07-07 19:53:43 +02:00
parent 8a51e2745c
commit 4f4553ff21

View File

@ -379,7 +379,7 @@ class Inkycal:
(f"{settings.IMAGE_FOLDER}/canvas.png.hash", im_black), ]):
display.render(im_black)
logger.info(f'\nNo errors since {self.counter} display updates')
logger.info(f'No errors since {self.counter} display updates')
logger.info(f'program started {runtime.humanize()}')
# store the cache data