Skip to content

Commit

Permalink
Update appleMapsSearchHistory.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abrignoni committed Sep 13, 2022
1 parent 46b6560 commit ea8741a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/artifacts/appleMapsSearchHistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ def get_appleMapsSearchHistory(files_found, report_folder, seeker, wrap_text):
location = protostuff['6']['1'].decode()
location = location + ', ' + protostuff['6']['2'].decode() #GPs after it?


if protostuff.get('8'):

if (protostuff['8']['2']['1'].get('201')):
usersearchnotinproto = (protostuff['8']['2']['1']['201']['2']['2']['1'].decode())
try:
if protostuff.get('8'):
if (protostuff['8']['2']['1'].get('201')):
usersearchnotinproto = (protostuff['8']['2']['1']['201']['2']['2']['1'].decode())
except:
pass

for mira in (protostuff['8']['2']['1']['4']):
#print(mira)
Expand Down

0 comments on commit ea8741a

Please sign in to comment.