Fix ident for _forcedFetch
This commit is contained in:
@@ -479,13 +479,13 @@ class Client(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def _forcedFetch(self, thread_id, mid):
|
def _forcedFetch(self, thread_id, mid):
|
||||||
j = self.graphql_request(GraphQL(doc_id='1768656253222505', params={
|
j = self.graphql_request(GraphQL(doc_id='1768656253222505', params={
|
||||||
'thread_and_message_id': {
|
'thread_and_message_id': {
|
||||||
'thread_id': thread_id,
|
'thread_id': thread_id,
|
||||||
'message_id': mid
|
'message_id': mid
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
return j
|
return j
|
||||||
|
|
||||||
def fetchThreads(self, thread_location, after=None, limit=None):
|
def fetchThreads(self, thread_location, after=None, limit=None):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user