List tracks
This commit is contained in:
parent
8b4c3f5489
commit
3decee9b03
@ -208,3 +208,6 @@ for _, user in user_dict.items():
|
|||||||
print(' ' + str(user.like_count) + ' likes')
|
print(' ' + str(user.like_count) + ' likes')
|
||||||
print(' Following ' + str(user.following_count))
|
print(' Following ' + str(user.following_count))
|
||||||
print(' Followed by ' + str(user.follower_count))
|
print(' Followed by ' + str(user.follower_count))
|
||||||
|
print(' Tracks:')
|
||||||
|
for _, track in user.tracks.items():
|
||||||
|
print(' ' + track.title)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user