Renamed programm to program

This commit is contained in:
Robert Sirre 2020-12-02 10:41:03 +01:00
parent ded27dab9c
commit 15eae0d4ee
2 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ The order is from latest to oldest and structured in the following way:
### Changed ### Changed
* Combined the software for the 2-colour and 3-Colour version * Combined the software for the 2-colour and 3-Colour version
* Split the main script into a settings file and the main programm itself. * Split the main script into a settings file and the main program itself.
## [1.2] Early October 2018 ## [1.2] Early October 2018

View File

@ -229,7 +229,7 @@ class Inkycal:
self._assemble() self._assemble()
def run(self): def run(self):
"""Runs main programm in nonstop mode. """Runs main program in nonstop mode.
Uses a infinity loop to run Inkycal nonstop. Inkycal generates the image Uses a infinity loop to run Inkycal nonstop. Inkycal generates the image
from all modules, assembles them in one image, refreshed the E-Paper and from all modules, assembles them in one image, refreshed the E-Paper and
@ -317,7 +317,7 @@ class Inkycal:
Display.render(im_black) Display.render(im_black)
print(f'\nNo Errors since {counter} display updates \n' print(f'\nNo Errors since {counter} display updates \n'
f'Programm started {runtime.humanize()}') f'Program started {runtime.humanize()}')
sleep_time = self.countdown() sleep_time = self.countdown()
time.sleep(sleep_time) time.sleep(sleep_time)