Fix import statement in node.md and remove extra line in main.py
This commit is contained in:
@@ -25,7 +25,7 @@ The following libraries are used in the node code:
|
|||||||
- <DHT.h>
|
- <DHT.h>
|
||||||
- <WiFiMulti.h>
|
- <WiFiMulti.h>
|
||||||
- <WiFi.h>
|
- <WiFi.h>
|
||||||
- <WebSocketsClient.
|
- <WebSocketsClient.>
|
||||||
- <nodeCodeHeader.h>
|
- <nodeCodeHeader.h>
|
||||||
|
|
||||||
### Code
|
### Code
|
||||||
|
@@ -50,6 +50,5 @@ def getData(node, dataType, MAC):
|
|||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, host='localhost')
|
app.run(debug=True, host='localhost')
|
||||||
|
Reference in New Issue
Block a user