From: Harmon Date: Fri, 20 May 2022 10:57:17 +0000 (-0500) Subject: Add Raises section to StreamingClient.filter documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=18c825f606bcac16a300f9f17343c0b71bd84d63;p=tweepy.git Add Raises section to StreamingClient.filter documentation --- 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