LXMF-Tools
LXMF-Tools copied to clipboard
Various small programs and tools which use the message protocol LXMF from https://github.com/markqvist/LXMF
OLD Line: MQTT_CONNECTION = mqtt.Client(CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"]) NEW Line: MQTT_CONNECTION = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1, CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"])
Hi! First off, thank you for this. I love the distribution groups :) But, I've been running a few just for a couple of days and once function I'm unable...