This is so much better

This commit is contained in:
Benjamyn Love 2017-05-26 23:15:53 +10:00
parent 7d06f96872
commit 55a07d513f

View File

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