From 33d490ce1ca000862538c88ff34e6c8a913622f6 Mon Sep 17 00:00:00 2001 From: dgw Date: Fri, 30 Jul 2021 03:57:35 -0500 Subject: [PATCH] reddit: stop PRAW checking for updates We are going to overhaul the pinned version range for 8.0 (or rather, probably just move the whole reddit plugin to its own package). Meanwhile, PRAW printing a message to stderr in the middle of Sopel's startup sequence is kind of annoying. --- sopel/modules/reddit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel/modules/reddit.py b/sopel/modules/reddit.py index b9c77ffc87..62acbb5e05 100644 --- a/sopel/modules/reddit.py +++ b/sopel/modules/reddit.py @@ -43,6 +43,7 @@ def setup(bot): user_agent=USER_AGENT, client_id='6EiphT6SSQq7FQ', client_secret=None, + check_for_updates=False, )