From 45c8c7a59f784ed81b51fea0f46a6b2ec681c63c Mon Sep 17 00:00:00 2001 From: manmohan1105 Date: Fri, 18 Oct 2019 10:28:23 +0530 Subject: [PATCH] Edited python file --- techc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techc.py b/techc.py index fd6a9d8..d2b36fe 100644 --- a/techc.py +++ b/techc.py @@ -5,7 +5,7 @@ from PyQt4.QtCore import QUrl # this is how we can read the url from PyQt4.QtWebKit import QWebPage import csv - +#hello class Client(QWebPage): @@ -71,4 +71,4 @@ def on_page_load(self): csv_writer.writerow([catg,job_position,job_type, locations,experience,date_posted]) -csv_file.close() \ No newline at end of file +csv_file.close()