Skip to content

Commit a13552d

Browse files
author
Aaron Gonzales
committed
chagned max_results default value for ResultStream object to be inline with elsewhere in the library
1 parent ee7eeeb commit a13552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searchtweets/result_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ResultStream:
155155
session_request_counter = 0
156156

157157
def __init__(self, endpoint, rule_payload, username=None, password=None,
158-
bearer_token=None, max_results=1000,
158+
bearer_token=None, max_results=500,
159159
tweetify=True, max_requests=None, **kwargs):
160160

161161
self.username = username

0 commit comments

Comments
 (0)