Skip to content

Commit 0d9d6dc

Browse files
committed
mixed up a variable name for printing
quick simple fix for a misspelling
1 parent dca4c8a commit 0d9d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wifi/expanded/requests_wifi_rachio_irrigation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _format_datetime(datetime):
195195

196196
rachio_longitude = str(rachio_json["devices"][0]["longitude"])
197197
rachio_long_ast = obfuscating_asterix(rachio_longitude, "all")
198-
print(" | | | Latitude: ", rachio_long_ast)
198+
print(" | | | Longitude: ", rachio_long_ast)
199199

200200
rachio_rainsensor = rachio_json["devices"][0]["rainSensorTripped"]
201201
print(" | | | Rain Sensor: ", rachio_rainsensor)

0 commit comments

Comments
 (0)