Updating umbrella code
This commit is contained in:
parent
b15ee3d787
commit
004a4da42a
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ pool = socketpool.SocketPool(wifi.radio)
|
||||||
# adafruit IO info
|
# adafruit IO info
|
||||||
aio_username = os.getenv('aio_username')
|
aio_username = os.getenv('aio_username')
|
||||||
aio_key = os.getenv('aio_key')
|
aio_key = os.getenv('aio_key')
|
||||||
location = "America/Los Angeles"
|
|
||||||
|
|
||||||
# io HTTP for getting the time from the internet
|
# io HTTP for getting the time from the internet
|
||||||
io = IO_HTTP(aio_username, aio_key, requests)
|
io = IO_HTTP(aio_username, aio_key, requests)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue