Skip to content

Commit 36a27c6

Browse files
committed
refactor: multiline strings
1 parent e050e0f commit 36a27c6

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

deverser.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,11 @@ def main():
8888

8989
print(f"[green]Done! Your blob has been saved to {str(ecid)}.blob.shsh2[/green]")
9090
if 0x8020 <= int(pyimg4.get_value_from_im4m(im4m, "CHIP")) < 0x8900:
91-
print("[yellow]Note: Your device is probably an A12+ device.[/yellow]")
9291
print(
93-
"[yellow]If you updated to your current version using the Settings app over-the-air, you cannot use this blob, even with a jailbreak[/yellow]"
94-
)
95-
print(
96-
"[yellow]Refer to https://ios.cfw.guide/saving-blobs/#ota-onboard-blobs for more information.[/yellow]"
97-
)
98-
print(
99-
"[yellow]Determine your blob type with https://verify.shsh.host or https://tsssaver.1conan.com/check or img4tool.[/yellow]"
92+
"""[yellow][bold]Note:[/bold] Your device is probably an A12+ device.
93+
If you updated to your current version using the Settings app over-the-air, you [bold]cannot[/bold] use this blob, even with a jailbreak.
94+
Refer to https://ios.cfw.guide/saving-blobs/#ota-onboard-blobs for more information.
95+
Determine your blob type with https://verify.shsh.host or https://tsssaver.1conan.com/check or img4tool.[/yellow]"""
10096
)
10197
return 0
10298

0 commit comments

Comments
 (0)