Skip to content
Snippets Groups Projects
Commit 29d66273 authored by Martin Winter's avatar Martin Winter
Browse files

Corrected example waether

parent 9cebf92a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ def send_values(): ...@@ -19,7 +19,7 @@ def send_values():
temp = d.temperature() temp = d.temperature()
hum = d.humidity() hum = d.humidity()
text="""Das aktuelle Wetter: text="""The Weather:
Temperature: %s Temperature: %s
Humidity: %s%%"""% (temp,hum) Humidity: %s%%"""% (temp,hum)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment