summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-14mqtt-notify.py: Switch to synchronous Secret.password_lookup_sync()HEADmasterMatt Turner
Using the asynchronous function caused multiple password dialogs to appear.
2020-10-03mqtt-notify.service: Set PYTHONUNBUFFERED=1Matt Turner
This ensures that the prints appear in journald.
2020-10-03mqtt-notify.py: Use asynchronous Secret.password_lookup()Matt Turner
2020-10-03mqtt-notify.py: Use walrus operatorMatt Turner
2019-10-10Create README.mdMatt Turner
2019-10-09Initial importMatt Turner