From bbea7f1016b73b5c065642908542778fb9926ca8 Mon Sep 17 00:00:00 2001 From: deunix-educ Date: Wed, 12 Jan 2022 09:08:42 +0100 Subject: [PATCH] git attributes --- .gitattributes | 5 +++++ .pydevproject | 14 +++++++++++++- smsquitto/smsquittod.py | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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',