mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Prettify release notes
This commit is contained in:
parent
3bbc30ffe7
commit
9c375fee35
@ -16,7 +16,7 @@ def build_html(data, first_launch=False):
|
||||
html += f"<h3>{element['value']}</h3>".replace('\n', '<br/>')
|
||||
continue
|
||||
if element['value'] == '\n':
|
||||
html += "<br/>"
|
||||
continue
|
||||
else:
|
||||
html += f"<span>{element['value']}</span>".replace('\n', '<br/>')
|
||||
elif element['type'] == 8:
|
||||
|
Loading…
Reference in New Issue
Block a user