Show More
@@ -24,7 +24,7 b' r = requests.get(url)' | |||||
24 |
|
24 | |||
25 |
|
25 | |||
26 | # Build a list of key, value pairs |
|
26 | # Build a list of key, value pairs | |
27 |
print('Building a list of (latex, unicode) key-va |
|
27 | print('Building a list of (latex, unicode) key-value pairs...') | |
28 | lines = r.text.splitlines()[60:] |
|
28 | lines = r.text.splitlines()[60:] | |
29 | lines = [line for line in lines if '=>' in line] |
|
29 | lines = [line for line in lines if '=>' in line] | |
30 | lines = [line.replace('=>',':') for line in lines] |
|
30 | lines = [line.replace('=>',':') for line in lines] |
General Comments 0
You need to be logged in to leave comments.
Login now