Remove track dict that was inside track class

wtf? why was this here?
This commit is contained in:
Thomas Wade 2018-09-25 17:22:55 +09:30
parent ae3e32cd21
commit fa9517a21d

View File

@ -66,8 +66,6 @@ class Track:
reposts = None reposts = None
comments = None comments = None
tracks = {}
# Gets a user's username, track count, following count, follower count, and like count # Gets a user's username, track count, following count, follower count, and like count
def Get_Basic_Info(user): def Get_Basic_Info(user):
# Get the user's profile page and soup it # Get the user's profile page and soup it