fixed format

This commit is contained in:
2026-01-14 13:26:49 +01:00
parent ee95f4df4f
commit fcaa6b3543
8 changed files with 16 additions and 85 deletions

View File

@@ -12,14 +12,14 @@ test_flag = f"h4tum{{healthy_healthy_healthchecks_{random_bytes}}}"
generate_scrambled_qrcode(
seed=test_flag,
output_dir=Path("tmp/health_check"),
output_dir=Path("/tmp/health_check"),
decoy=True,
name=f"{random_bytes}.png"
)
output = main(f"tmp/health_check/{random_bytes}.png", False)
output = main(f"/tmp/health_check/{random_bytes}.png", False)
if output and test_flag in output:
print("Healthy!")
print(output)
else:
print("Oh oh somethings wrong :()")