Every line, except the last one, of the output was missing a double quote character at the end.
Additional changes:
- Specify parser to avoid BeautifulSoup warning
- Use single quotes only
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
- Replace print statement with function call
- Replace except ..., ...: syntax with except ... as ...:
- Simplify obsolete try ... except ... code block
- Replace some unicode calls with u-prefixed strings
- Do not use `len(SEQUENCE)` to determine if a sequence is empty
- Replace dictionary creation
- Drop support for GObject static bindings