From f7b6cecfc5aac5a3abfcc0af18465209a9f60ee7 Mon Sep 17 00:00:00 2001 From: Vincent Yiu Date: Fri, 26 Mar 2021 21:00:35 +0800 Subject: [PATCH] Removed only_email.csv --- LinkedInt.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/LinkedInt.py b/LinkedInt.py index bfa02c9..fe4ef36 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -265,9 +265,6 @@ def get_search(): foot = "" f = open('{}.html'.format(outfile), 'wb') f.write(css.encode()) - f1=open('only_email.csv','a') - f1.write((email+"\n")) - f1.close() f.write(header.encode()) f.write(body.encode()) f.write(foot.encode())