We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15ee3d + 004a4da commit fd4e344Copy full SHA for fd4e344
1 file changed
Weather_Wise_Umbrella_Stand/code.py
@@ -50,7 +50,6 @@
50
# adafruit IO info
51
aio_username = os.getenv('aio_username')
52
aio_key = os.getenv('aio_key')
53
-location = "America/Los Angeles"
54
55
# io HTTP for getting the time from the internet
56
io = IO_HTTP(aio_username, aio_key, requests)
0 commit comments