Skip to content

Commit 451f5a8

Browse files
author
Sloot
committed
minor change to force pre-commit to do something
1 parent e3c0717 commit 451f5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_matrixportal/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_local_time(self, location=None):
178178
) from KeyError
179179

180180
if location is None:
181-
location = secrets.get("timezone")
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)