Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya authored Oct 12, 2020
2 parents d2f7fe5 + 760a1b3 commit 5c56bc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Contributors

Made with :heart: by `Aditya Raman <https://github.com/ramanaditya>`_ and `Garima Singh <https://github.com/grimmmyshini>`_!


License
--------

Expand Down
1 change: 1 addition & 0 deletions apps/tweets.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_trending_tweets(self, find_word):
tweets_list.append(tweets)

tweet_counter += 1

if tweet_counter > 1000:
break

Expand Down

0 comments on commit 5c56bc8

Please sign in to comment.