This commit is contained in:
muskit
2023-08-20 02:33:05 -07:00
parent 417c9d937f
commit a83fddbc92
+1 -1
View File
@@ -125,7 +125,7 @@ class Scraper:
print(f"skipping malformed tweet: {tweet}") print(f"skipping malformed tweet: {tweet}")
return return
tweet = self.fix_tweet(self, tweet) tweet = self.fix_tweet(tweet)
tweets.append(tweet) tweets.append(tweet)