Skip to content

Commit

Permalink
Fix Some Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Nov 18, 2023
1 parent 674753e commit 0d8a078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def packChoo(project):
types[partn] = 'dtbo'
print(f" [{partn}]- {packs} <dtbo>\n")
print()
print("\033[33m [55] 循环打包 [66] 打包Super [77] 打包Payload [88]返回\033[0m")
print("\033[33m [55] 循环打包 [66] 打包Super [77] 打包Payload [00]返回\033[0m")
print(" --------------------------------------")
filed = input(" 请输入对应序号:")
if filed == '0':
Expand Down Expand Up @@ -990,7 +990,7 @@ def packChoo(project):
packsuper(project)
elif filed == '77':
packpayload(project)
elif filed == '88':
elif filed == '00':
return
elif filed.isdigit():
if int(filed) in parts.keys():
Expand Down

0 comments on commit 0d8a078

Please sign in to comment.