Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mineek authored Oct 10, 2022
1 parent ce6faee commit 248b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunstorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def prep_boot(ipsw, blob, board, kpp, identifier, legacy):
# get ProductBuildVersion from manifest
print('[*] Getting ProductBuildVersion')
productbuildversion = manifest.getProductBuildVersion()
ibss_iv, ibss_key, ibec_iv, ibec_key = api.get_keys(
ibss_iv, ibss_key, ibec_iv, ibec_key = utils.api.get_keys(
identifier, board, productbuildversion)

# get ibec and ibss from manifest
Expand Down

0 comments on commit 248b134

Please sign in to comment.