Skip to content

Commit

Permalink
Actually read the tz correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Oct 20, 2024
1 parent 72ec45f commit ee631b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/driver_wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def timeset(self, tz=None) -> bool:
from time import struct_time

if tz is None:
tz = fetch("tz_offset")
tz = fetch("tz_offset", "BERYLLIUM")

if tz is None:
tz = 2
Expand Down

0 comments on commit ee631b4

Please sign in to comment.