1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added bar chart to scrobble numbers

This commit is contained in:
Krateng
2018-12-22 00:31:27 +01:00
parent d703e87851
commit 7465eadf83
7 changed files with 56 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ def replacedict(keys,dbport):
html += "</td><td class='title'>" + e["title"] + "</td>"
tracks.append(html)
trackshtml = "<table>"
trackshtml = "<table class='list'>"
for t in tracks:
trackshtml += "<tr>"
trackshtml += t