Skip to content

Commit 2039dd8

Browse files
committed
change padding bytes length
1 parent 556da3b commit 2039dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def __init__(self):
250250
3,
251251
]
252252
)
253-
self.param = date_time + bytes(51)
253+
self.param = date_time + bytes(41)
254254

255255
def __str__(self):
256256
return "set time cmd"

0 commit comments

Comments
 (0)