Skip to content

Commit ee631b4

Browse files
committed
Actually read the tz correctly.
1 parent 72ec45f commit ee631b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/driver_wifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def timeset(self, tz=None) -> bool:
300300
from time import struct_time
301301

302302
if tz is None:
303-
tz = fetch("tz_offset")
303+
tz = fetch("tz_offset", "BERYLLIUM")
304304

305305
if tz is None:
306306
tz = 2

0 commit comments

Comments
 (0)