Removed test data

This commit is contained in:
Benjamyn Love 2017-05-26 23:19:11 +10:00
parent 55a07d513f
commit ee6b6edca6

View File

@ -39,7 +39,7 @@ class MyHTMLParser(HTMLParser):
currtag = "" currtag = ""
def handle_data(self, data): def handle_data(self, data):
#print starttagmgfk #print starttag
if currtag == conf_temp: if currtag == conf_temp:
print data print data