1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

fix formatting

This commit is contained in:
Anna Antonenko
2025-04-07 23:56:09 +04:00
parent 29b865ed21
commit c8cf76f75e

View File

@@ -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