We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a993b63 commit 9a04638Copy full SHA for 9a04638
tests/stick_test_data.py
@@ -599,7 +599,6 @@
599
b"000000C1", # Success ack
600
b"003A" # msg_id
601
+ b"0098765432101234" # mac
602
- # datetime.now()
603
+ bytes(("%%0%dd" % 2) % utc_now.second, pw_constants.UTF8) # noqa: UP031
604
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
605
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031
0 commit comments