Skip to content

Commit

Permalink
Merge pull request #18 from jayw0k/master
Browse files Browse the repository at this point in the history
Update api.py
  • Loading branch information
djkottmann committed Jun 17, 2015
2 parents fd0c05b + 268bf78 commit 7a36597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lairdrone/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def save(document, db, tool):
now = datetime.utcnow().isoformat()
temp_drone_log.append("{0} - New vulnerability found: {1}".format(
now,
file_vuln['title'])
file_vuln['title'].encode("utf-8"))
)
db.vulnerabilities.save(db_vuln)

Expand Down

0 comments on commit 7a36597

Please sign in to comment.