Skip to content

Commit

Permalink
Merge pull request #814 from Jibodeah/patch-1
Browse files Browse the repository at this point in the history
Add warning about unreliability of reddit's search
  • Loading branch information
bboe authored Jun 19, 2017
2 parents ae15437 + 747cab7 commit 5008df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions praw/models/reddit/subreddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ def submissions(self, start=None, end=None, extra_query=None):
As of this writing there are 809 results.
.. note:: The results are only as reliable as reddit's search,
submissions may be missing from the results.
"""
utc_offset = 28800
now = int(time.time())
Expand Down

0 comments on commit 5008df8

Please sign in to comment.