Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --nocache tsschecker parameter
Browse files Browse the repository at this point in the history
Cached files like the firmwares.json can prevent tsschecker to
successfully save SHSH blobs for recent firmwares. The --nocache
parameter makes tsschecker redownload these files each time,
thus avoiding this problem.

See also: tihmstar/tsschecker#166
jkhsjdhjs committed Mar 19, 2022

Verified

This commit was signed with the committer’s verified signature.
1 parent b516983 commit 844997a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotss.py
Original file line number Diff line number Diff line change
@@ -140,6 +140,7 @@ def saveBlobs(self, device, buildID, versionNumber):
os.makedirs(savePath)

scriptArguments = [self.scriptPath,
'--nocache',
'-d', device['deviceID'],
'-e', device['deviceECID'],
'--boardconfig', device['boardConfig'],

0 comments on commit 844997a

Please sign in to comment.