diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bf1a2f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.py linguist-detectable=true +*.html linguist-detectable=true +*.css linguist-detectable=false +*.js linguist-detectable=false + diff --git a/.pydevproject b/.pydevproject index cb809dd..137a790 100644 --- a/.pydevproject +++ b/.pydevproject @@ -1,8 +1,20 @@ - python3 + + + python3.9 + + python interpreter + + + + /${PROJECT_DIR_NAME}/smsquitto + + + + diff --git a/smsquitto/smsquittod.py b/smsquitto/smsquittod.py index d5accba..83795bb 100755 --- a/smsquitto/smsquittod.py +++ b/smsquitto/smsquittod.py @@ -14,6 +14,7 @@ def yaml_load(f): return yaml.load(stream, Loader=yaml.FullLoader) return {} + class ClientMQTTBase(mqtt.Client): def __init__(self, host='localhost',