Update missing key error since no libhac used (#14)

This commit is contained in:
Mark 2022-02-17 10:05:21 +00:00 committed by TSR Berry
parent d0acba564f
commit b98928f801
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -361,7 +361,7 @@ class LogFileReader(Cog):
"ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central directory",
]
)
update_keys_error = error_search(["LibHac.MissingKeyException"])
update_keys_error = error_search(["MissingKeyException"])
file_permissions_error = error_search(
["ResultFsPermissionDenied"]
)