more cleanup

This commit is contained in:
yeet 2022-01-04 00:20:35 +02:00
parent 5bf1501543
commit e8874768e9
7 changed files with 9 additions and 2 deletions

View File

@ -334,5 +334,12 @@
"humidity": "25.90%", "humidity": "25.90%",
"air_pollution": false, "air_pollution": false,
"time": "00:04:22" "time": "00:04:22"
},
"00:17:54&01/04/22": {
"temperature": "23.41C",
"pressure": "952.89hPa",
"humidity": "26.03%",
"air_pollution": false,
"time": "00:17:54"
} }
} }

View File

@ -6,7 +6,7 @@ import json
import saver import saver
# Change this if you change the dir # Change this if you change the dir
HOME_DIR = "/home/pi/PWSS/" HOME_DIR = "/home/pi/PWSS/src/web_app"
# MQ-135 gas sensor # MQ-135 gas sensor
def stinker(): def stinker():