remove newline from log line
This commit is contained in:
parent
8a51e2745c
commit
4f4553ff21
@ -379,7 +379,7 @@ class Inkycal:
|
|||||||
(f"{settings.IMAGE_FOLDER}/canvas.png.hash", im_black), ]):
|
(f"{settings.IMAGE_FOLDER}/canvas.png.hash", im_black), ]):
|
||||||
display.render(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()}')
|
logger.info(f'program started {runtime.humanize()}')
|
||||||
|
|
||||||
# store the cache data
|
# store the cache data
|
||||||
|
Loading…
Reference in New Issue
Block a user