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 7cd6224 commit dddbc89Copy full SHA for dddbc89
shipane_sdk/joinquant/client.py
@@ -11,7 +11,7 @@
11
12
13
class JoinQuantClient(BaseQuantClient):
14
- BASE_URL = 'https://www.joinquant.net'
+ BASE_URL = 'https://www.joinquant.com'
15
16
def __init__(self, **kwargs):
17
super(JoinQuantClient, self).__init__('JoinQuant')
0 commit comments