add shutdown option & fix german weather strings

This commit is contained in:
Ace
2024-06-27 01:55:23 +02:00
parent 758d748d76
commit 9d691acfc5
3 changed files with 27 additions and 5 deletions

View File

@@ -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