Skip to content

Commit 3ae3343

Browse files
committed
10s offset Circle+
1 parent ff4ba77 commit 3ae3343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stick_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
b"003A" # msg_id
603603
+ b"0098765432101234" # mac
604604
+ bytes(
605-
("%%0%dd" % 2) % (utc_now + timedelta(seconds=0)).second, pw_constants.UTF8
605+
("%%0%dd" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8
606606
) # noqa: UP031
607607
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
608608
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031

0 commit comments

Comments
 (0)