From 4bf099ddca5d977f82132044e8d78308cf8cf74e Mon Sep 17 00:00:00 2001 From: Utkarsh Patel Date: Sat, 5 Mar 2022 02:25:53 +0530 Subject: [PATCH] merged #1307 to `master` --- twint/url.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twint/url.py b/twint/url.py index 97923cef..3dcc268b 100644 --- a/twint/url.py +++ b/twint/url.py @@ -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'), @@ -89,7 +89,7 @@ async def Search(config, init): ('send_error_codes', 'true'), ('simple_quoted_tweet', 'true'), ('count', tweet_count), - # ('query_source', 'typed_query'), + ('query_source', 'typed_query'), # ('pc', '1'), ('cursor', str(init)), ('spelling_corrections', '1'),