From db38e361d6d4284d2e80509560035c7951bf7bc3 Mon Sep 17 00:00:00 2001 From: tuxudo Date: Mon, 18 Dec 2023 14:40:04 -0500 Subject: [PATCH] Update profile.py --- scripts/profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/profile.py b/scripts/profile.py index 0d964fb..c6dc148 100755 --- a/scripts/profile.py +++ b/scripts/profile.py @@ -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