From fa9517a21d37ee44bb3792ef4fc0e8bdd5b2de45 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Tue, 25 Sep 2018 17:22:55 +0930 Subject: [PATCH] Remove track dict that was inside track class wtf? why was this here? --- scrape.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrape.py b/scrape.py index cc94475..cd8ed2f 100755 --- a/scrape.py +++ b/scrape.py @@ -66,8 +66,6 @@ class Track: reposts = None comments = None - tracks = {} - # Gets a user's username, track count, following count, follower count, and like count def Get_Basic_Info(user): # Get the user's profile page and soup it