From 18543648a6f6c75a3d20415cdfa51aeca52f752f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 21 Dec 2017 11:06:13 +0100 Subject: Adjust streaming tests --- mastodon/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon/streaming.py') diff --git a/mastodon/streaming.py b/mastodon/streaming.py index 3df3298..4941ace 100644 --- a/mastodon/streaming.py +++ b/mastodon/streaming.py @@ -56,7 +56,7 @@ class StreamListener(object): line = raw_line.decode('utf-8') except UnicodeDecodeError as err: six.raise_from( - MastodonMalformedEventError("Malformed UTF-8", line), + MastodonMalformedEventError("Malformed UTF-8"), err ) -- cgit v1.2.3