Rename home
This commit is contained in:
@@ -13,7 +13,7 @@ state = {
|
||||
}
|
||||
|
||||
@app.route("/")
|
||||
def test():
|
||||
def home():
|
||||
out = ""
|
||||
for node in state["nodes"].values():
|
||||
most_recent_temperature = node.get_temperature_readings()[-1]
|
||||
|
||||
Reference in New Issue
Block a user