Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twint/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def MobileProfile(username, init):
async def Search(config, init):
logme.debug(__name__ + ':Search')
url = base
tweet_count = 100
tweet_count = 100 if not config.Limit else config.Limit
q = ""
params = [
# ('include_blocking', '1'),
Expand Down