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()