add shutdown option & fix german weather strings
This commit is contained in:
@@ -15,7 +15,7 @@ async def run():
|
||||
# inky = Inkycal('path/to/settings.json', render=True)
|
||||
|
||||
# when using experimental PiSugar support:
|
||||
# inky = Inkycal(render=True, use_pi_sugar=True)
|
||||
# inky = Inkycal(render=True, use_pi_sugar=True, shutdown_after_run=False)
|
||||
inky = Inkycal(render=True)
|
||||
await inky.run() # If there were no issues, you can run Inkycal nonstop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user