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

Fixed bug with artist charts

This commit is contained in:
Krateng 2020-08-23 01:41:51 +02:00
parent 47087b4288
commit 379ee49f1c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
version = 2,7,6
version = 2,7,7
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",

View File

@ -10,7 +10,7 @@
{% if compare is none %}{% set compare = False %}{% endif %}
{% endif %}
{% if compare %}
{% set prevartists = dbp.get_charts_artists(filterkeys,{'timerange':compare}) %}
{% set prevartists = dbp.get_charts_artists({'timerange':compare}) %}
{% set lastranks = {} %}
{% for a in prevartists %}