Skip to content

Commit

Permalink
Merge pull request #99 from abrignoni/In_progress
Browse files Browse the repository at this point in the history
Update snapchatMemimg.py
  • Loading branch information
abrignoni authored May 13, 2022
2 parents 513b4fb + 6c4ab50 commit 2fb8f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/artifacts/snapchatMemimg.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_snapchatMemimg(files_found, report_folder, seeker, wrap_text):
username = (os.path.basename(one[0]).split('-')[0])
if username not in userlist:
userlist.append(username)
print(userlist)
#print(userlist)

for name in userlist:
data_list_media = []
Expand Down

0 comments on commit 2fb8f57

Please sign in to comment.