From abe3357e679df8bf6dcf133417aa98de46511b3b Mon Sep 17 00:00:00 2001 From: 2FWAH <36737818+2FWAH@users.noreply.github.com> Date: Fri, 1 Jun 2018 23:08:03 +0200 Subject: [PATCH] Explicit parameter thread_location --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 581413b..7360bcc 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -483,7 +483,7 @@ class Client(object): :raises: FBchatException if request failed """ Threads = [] - Threads += self.fetchThreadList(thread_location) + Threads += self.fetchThreadList(thread_location=thread_location) if len(Threads) == 0: return [] while True: