Skip to content

Commit fd4e344

Browse files
authored
Merge pull request #2502 from adafruit/umbrella_update
Updating umbrella code
2 parents b15ee3d + 004a4da commit fd4e344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Weather_Wise_Umbrella_Stand/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
# adafruit IO info
5151
aio_username = os.getenv('aio_username')
5252
aio_key = os.getenv('aio_key')
53-
location = "America/Los Angeles"
5453

5554
# io HTTP for getting the time from the internet
5655
io = IO_HTTP(aio_username, aio_key, requests)

0 commit comments

Comments
 (0)