mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
fix formatting
This commit is contained in:
@@ -48,7 +48,9 @@ def main():
|
||||
with open("return_block.bin", "wb") as f:
|
||||
f.write(return_block)
|
||||
|
||||
logger.error("Incorrect block received. Saved to `block.bin' and `return_block.bin'.")
|
||||
logger.error(
|
||||
"Incorrect block received. Saved to `block.bin' and `return_block.bin'."
|
||||
)
|
||||
logger.error(f"{bytes_to_send} bytes left. Aborting.")
|
||||
success = False
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user