Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmanrafat committed Dec 2, 2020
1 parent 24a68c3 commit 34f5b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import json
from twitter_stream import RecentSearch

class Stream(RecentSearch):
user_fields = ['python']
expansions = ['10']
query = ['python']
max_results = ['10']
tweet_fields = ['created_at', 'lang', 'conversation_id']

stream = Stream()
Expand Down

0 comments on commit 34f5b85

Please sign in to comment.