Skip to content

Commit 87c7317

Browse files
committed
Fix JoinQuant site domain issue
1 parent a38ec28 commit 87c7317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shipane_sdk/joinquant/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class JoinQuantClient(BaseQuantClient):
14-
BASE_URL = 'https://www.joinquant.com'
14+
BASE_URL = 'https://www.joinquant.net'
1515

1616
def __init__(self, **kwargs):
1717
super(JoinQuantClient, self).__init__('JoinQuant')

0 commit comments

Comments
 (0)