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 3ae3343 commit f12691fCopy full SHA for f12691f
tests/stick_test_data.py
@@ -623,7 +623,7 @@
623
+ b"1111111111111111" # mac
624
+ bytes(("%%0%dX" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031
625
+ bytes(("%%0%dX" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
626
- + bytes(("%%0%dX" % 2) % utc_now.second, pw_constants.UTF8) # noqa: UP031
+ + bytes(("%%0%dX" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8) # noqa: UP031
627
+ bytes(("%%0%dX" % 2) % utc_now.weekday(), pw_constants.UTF8) # noqa: UP031
628
+ b"00" # unknown
629
+ b"0000", # unknown2
0 commit comments