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", "email":"maloja@krateng.dev",
"github": "krateng" "github": "krateng"
} }
version = 2,7,6 version = 2,7,7
versionstr = ".".join(str(n) for n in version) versionstr = ".".join(str(n) for n in version)
links = { links = {
"pypi":"malojaserver", "pypi":"malojaserver",

View File

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