Skip to content

Commit 6ea1b04

Browse files
cleanup
1 parent 073d0db commit 6ea1b04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyalgotrading/algobulls/api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ class AlgoBullsAPI:
2121
"""
2222
AlgoBulls API
2323
"""
24-
SERVER_ENDPOINT = 'http://localhost:7003/'
25-
26-
# SERVER_ENDPOINT = 'https://api.algobulls.com/'
24+
SERVER_ENDPOINT = 'https://api.algobulls.com/'
2725

2826
def __init__(self, connection):
2927
"""

0 commit comments

Comments
 (0)