Skip to content

Commit

Permalink
Still debugging problems in opening campaign template file
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Aug 27, 2021
1 parent 24552d6 commit 9f5b81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this project."""
__version__ = "0.0.6-rc.20"
__version__ = "0.0.6-rc.21"
5 changes: 1 addition & 4 deletions src/tools/gophish_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,7 @@ def write_campaign_summary(api, assessment_id):
campaign_ids = get_campaign_ids(api, assessment_id)
campaign_summary_json = assessment_id + "_campaign_data.json"
campaign_summary_textfile = (
assessment_id
+ "_summary_"
+ datetime.strftime((datetime.now(), "%Y-%m-%dT%H:%M:%S"))
+ ".txt"
assessment_id + "_summary_" + str(datetime.now()) + ".txt"
)

logging.info("Writing campaign summary report to %s" % campaign_summary_textfile)
Expand Down

0 comments on commit 9f5b81d

Please sign in to comment.