Skip to content

Commit

Permalink
Update profile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxudo committed Dec 18, 2023
1 parent 3d6ebd0 commit db38e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def get_profiles_data(cachedir):
except:
profile['payload_data'] = 'Error Saving Payload Data'

# Add profile to profile_data
profile_data.append(profile.copy())
# Add profile to profile_data
profile_data.append(profile.copy())

return profile_data

Expand Down

0 comments on commit db38e36

Please sign in to comment.