Update parse-aue.py (#929)

This commit is contained in:
Ross Scroggs
2019-05-16 11:26:19 -07:00
committed by Jay Lee
parent 1d658ca1ac
commit d9ba83217f

View File

@@ -94,7 +94,7 @@ next_data_is_oem = False
next_data_is_td = False
data_is_date = False
auepage = requests.get('https://support.google.com/chrome/a/answer/6220366?hl=en')
print('cros_aue = {')
print('CROS_AUE_DATES = {')
parser = MyHTMLParser()
parser.feed(auepage.content.decode('utf-8'))
output_rows.sort(key=str.lower)