mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fix formatting
This commit is contained in:
@@ -48,7 +48,9 @@ def main():
|
|||||||
with open("return_block.bin", "wb") as f:
|
with open("return_block.bin", "wb") as f:
|
||||||
f.write(return_block)
|
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.")
|
logger.error(f"{bytes_to_send} bytes left. Aborting.")
|
||||||
success = False
|
success = False
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user