need to provide clientid to request
This commit is contained in:
@@ -462,7 +462,10 @@ class Client(object):
|
||||
newer api needs these parameter to work.
|
||||
'''
|
||||
|
||||
data = {"msgs_recv": 0}
|
||||
data = {
|
||||
"msgs_recv": 0,
|
||||
"clientid": self.client_id
|
||||
}
|
||||
|
||||
r = self._get(StickyURL, data)
|
||||
j = get_json(r.text)
|
||||
|
Reference in New Issue
Block a user