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

Minor fix

This commit is contained in:
krateng 2019-02-15 19:45:08 +01:00 committed by GitHub
parent 4faf9a9490
commit 80686fd4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -698,7 +698,7 @@ def db_query(artists=None,title=None,track=None,since=None,to=None,within=None,a
# Queries that... well... aggregate
def db_aggregate(by=None,since=None,to=None,withinin=None,artist=None):
def db_aggregate(by=None,since=None,to=None,within=None,artist=None):
(since, to) = getTimestamps(since,to,within)
if isinstance(artist, str):