From 18c825f606bcac16a300f9f17343c0b71bd84d63 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 20 May 2022 05:57:17 -0500 Subject: [PATCH] Add Raises section to StreamingClient.filter documentation --- tweepy/streaming.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index fff0b53..fd57414 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -748,6 +748,11 @@ class StreamingClient(BaseClient, BaseStream): threaded : bool Whether or not to use a thread to run the stream + Raises + ------ + TweepyException + When the stream is already connected + Returns ------- threading.Thread | None -- 2.25.1