Remove track dict that was inside track class
wtf? why was this here?
This commit is contained in:
parent
ae3e32cd21
commit
fa9517a21d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user