Explicit parameter thread_location

This commit is contained in:
2FWAH
2018-06-01 23:08:03 +02:00
committed by GitHub
parent 19457efe9b
commit abe3357e67

View File

@@ -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: