Explicit parameter thread_location
This commit is contained in:
@@ -483,7 +483,7 @@ class Client(object):
|
|||||||
:raises: FBchatException if request failed
|
:raises: FBchatException if request failed
|
||||||
"""
|
"""
|
||||||
Threads = []
|
Threads = []
|
||||||
Threads += self.fetchThreadList(thread_location)
|
Threads += self.fetchThreadList(thread_location=thread_location)
|
||||||
if len(Threads) == 0:
|
if len(Threads) == 0:
|
||||||
return []
|
return []
|
||||||
while True:
|
while True:
|
||||||
|
Reference in New Issue
Block a user