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