Skip to content

Commit 6de512a

Browse files
committed
fix an interface mistake
1 parent c6a775e commit 6de512a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VW_Flash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def wrap_callback_function(flasher_step, flasher_status, flasher_progress):
422422
flash_bin(flash_info, input_blocks_with_patch)
423423

424424
elif args.action == "flash_bin":
425-
flash_bin(flash_info, input_blocks, args.dsg)
425+
flash_bin(flash_info, input_blocks)
426426

427427

428428
elif args.action == "flash_raw":

0 commit comments

Comments
 (0)