Skip to content

Commit

Permalink
Merge pull request #2171 from sopel-irc/reddit-silence-praw
Browse files Browse the repository at this point in the history
reddit: stop PRAW checking for updates
  • Loading branch information
dgw authored Aug 12, 2021
2 parents 82e090c + 33d490c commit 07875e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sopel/modules/reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def setup(bot):
user_agent=USER_AGENT,
client_id='6EiphT6SSQq7FQ',
client_secret=None,
check_for_updates=False,
)


Expand Down

0 comments on commit 07875e7

Please sign in to comment.