Skip to content

Commit b653b88

Browse files
author
Sloot
committed
have now run pre-commit
1 parent 451f5a8 commit b653b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_matrixportal/network.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ def get_local_time(self, location=None):
177177
"\n\nOur time service requires a login/password to rate-limit. Please register for a free adafruit.io account and place the user/key in your secrets file under 'aio_username' and 'aio_key'" # pylint: disable=line-too-long
178178
) from KeyError
179179

180-
if location is None:
181-
location =secrets.get("timezone")
180+
if location is None:
181+
location = secrets.get("timezone")
182182
if location:
183183
print("Getting time for timezone", location)
184184
api_url = (TIME_SERVICE + "&tz=%s") % (aio_username, aio_key, location)

0 commit comments

Comments
 (0)