From c645b76ac058ae37e238d098e2ab2d809ab2f7e7 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Wed, 21 Aug 2019 23:37:11 -0400 Subject: [PATCH] updated file to resolve merge conflict. --- theHarvester/lib/htmlExport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theHarvester/lib/htmlExport.py b/theHarvester/lib/htmlExport.py index d2092e85..7063015a 100644 --- a/theHarvester/lib/htmlExport.py +++ b/theHarvester/lib/htmlExport.py @@ -164,4 +164,5 @@ def writehtml(self): print('Exception' + x) # Send to logs. pass file.close() - return 'ok' \ No newline at end of file + return 'ok' + \ No newline at end of file