fixed format
This commit is contained in:
@@ -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 :()")
|
||||
|
||||
Reference in New Issue
Block a user