Setup new page for user history

This commit is contained in:
2018-11-06 12:19:28 -05:00
parent a399960a49
commit b4ffddb24d
6 changed files with 43 additions and 6 deletions

View File

@@ -176,12 +176,8 @@ def parse_history(request, user_secret):
if console_logging:
tracks_processed += 1
print("Added track #{} for user {}: {} - {}".format(
tracks_processed,
history_obj.user,
history_obj.timestamp,
history_obj.track,
))
print("Added history track #{}: {}".format(
tracks_processed, history_obj,))
if len(artist_genre_queue) > 0:
add_artist_genres(user_headers, artist_genre_queue)