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