mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
remove prints
This commit is contained in:
@@ -52,7 +52,6 @@ def get_artist(path: ArtistHashSchema, query: GetArtistQuery):
|
|||||||
|
|
||||||
Returns artist data, tracks and genres for the given artisthash.
|
Returns artist data, tracks and genres for the given artisthash.
|
||||||
"""
|
"""
|
||||||
print(query)
|
|
||||||
artisthash = path.artisthash
|
artisthash = path.artisthash
|
||||||
limit = query.limit
|
limit = query.limit
|
||||||
|
|
||||||
@@ -69,8 +68,6 @@ def get_artist(path: ArtistHashSchema, query: GetArtistQuery):
|
|||||||
if artist.albumcount == 0 and tcount < 10:
|
if artist.albumcount == 0 and tcount < 10:
|
||||||
limit = tcount
|
limit = tcount
|
||||||
|
|
||||||
print(limit)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
year = datetime.fromtimestamp(artist.date).year
|
year = datetime.fromtimestamp(artist.date).year
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|||||||
Reference in New Issue
Block a user