Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottl committed Oct 25, 2018
1 parent 5049798 commit 52a16b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GetOldTweets3/manager/TweetManager.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ def getTweets(tweetCriteria, receiveBuffer=None, bufferLength=100, proxy=None):
break

refreshCursor = json['min_position']
print("min_position =", refreshCursor)
scrapedTweets = PyQuery(json['items_html'])
#Remove incomplete tweets withheld by Twitter Guidelines
scrapedTweets.remove('div.withheld-tweet')

0 comments on commit 52a16b4

Please sign in to comment.