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:
parent
47087b4288
commit
379ee49f1c
@ -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",
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user