git attributes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
*.py linguist-detectable=true
|
||||
*.html linguist-detectable=true
|
||||
*.css linguist-detectable=false
|
||||
*.js linguist-detectable=false
|
||||
|
||||
+13
-1
@@ -1,8 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?eclipse-pydev version="1.0"?><pydev_project>
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3</pydev_property>
|
||||
|
||||
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3.9</pydev_property>
|
||||
|
||||
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
|
||||
|
||||
|
||||
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
|
||||
|
||||
|
||||
<path>/${PROJECT_DIR_NAME}/smsquitto</path>
|
||||
|
||||
|
||||
</pydev_pathproperty>
|
||||
|
||||
|
||||
</pydev_project>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user