Skip to content

Commit

Permalink
Update to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Taylor committed Dec 29, 2017
1 parent 55c0713 commit bb776bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pandas==0.20.3
setuptools==0.9.8
pytz==2017.2
Requests==2.18.3
qualysapi==4.1.0
qualysapi==4.1.0
lxml==4.1.1
2 changes: 1 addition & 1 deletion vulnwhisp/vulnwhisp.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def whisper_reports(self, report_id, updated_date, cleanup=True):
status = self.qualys_scan.qw.create_report(report_id)
root = objectify.fromstring(status)
if root.responseCode == 'SUCCESS':
print('{info} - Successfully generated report for webapp: %s'.format(info=bcolors.INFO) \
print('{info} - Successfully generated report! ID: %s'.format(info=bcolors.INFO) \
% report_id)
generated_report_id = root.data.Report.id
print('{info} - New Report ID: %s'.format(info=bcolors.INFO) \
Expand Down

0 comments on commit bb776bd

Please sign in to comment.