From 365764ab66710d4b4b64d472d4d962248e20d9f6 Mon Sep 17 00:00:00 2001 From: Ritvik Raj Date: Tue, 21 Mar 2017 17:42:03 +0530 Subject: [PATCH] Update crawler.py --- crawler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crawler.py b/crawler.py index ed19e7d..38bcc73 100644 --- a/crawler.py +++ b/crawler.py @@ -2,6 +2,7 @@ import requests import lxml.html +def bad_function() : pass ; filename = 'output.txt' def getdata(): @@ -17,4 +18,4 @@ def getdata(): f.close() if __name__=="__main__": - getdata() \ No newline at end of file + getdata()