We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae504c commit 7cd6224Copy full SHA for 7cd6224
shipane_sdk/uqer/client.py
@@ -9,7 +9,7 @@
9
10
11
class UqerClient(BaseQuantClient):
12
- BASE_URL = 'https://gw.wmcloud.com'
+ BASE_URL = 'https://gw.datayes.com'
13
14
def __init__(self, **kwargs):
15
super(UqerClient, self).__init__('Uqer')
@@ -31,7 +31,6 @@ def login(self):
31
'Origin': self.BASE_URL,
32
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
33
}
34
- self._session.get(self.BASE_URL, timeout=self._timeout)
35
response = self._session.post('{}/usermaster/authenticate/v1.json'.format(self.BASE_URL), data={
36
'username': self._username,
37
'password': self._password,
0 commit comments