mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-13 00:52:44 +00:00
Fixed typo
This commit is contained in:
@@ -36,7 +36,7 @@ class WebkitSessionResourceLog(IOSExtraction):
|
||||
items = []
|
||||
|
||||
with open(file_path, "rb") as handle:
|
||||
file_list = plistlib.read(handle)
|
||||
file_plist = plistlib.read(handle)
|
||||
|
||||
if "browsingStatistics" not in file_plist:
|
||||
return items
|
||||
|
||||
Reference in New Issue
Block a user