Updating umbrella code

This commit is contained in:
BlitzCityDIY 2023-05-17 12:07:45 -04:00
parent b15ee3d787
commit 004a4da42a

View file

@ -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)