Skip to content

Commit

Permalink
removed eod_host from api_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhesh committed Dec 12, 2022
1 parent caf7474 commit 027c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_time(time_string):

class ShoonyaApiPy(NorenApi):
def __init__(self):
NorenApi.__init__(self, host='https://api.shoonya.com/NorenWClientTP/', websocket='wss://api.shoonya.com/NorenWSTP/', eodhost='https://api.shoonya.com/chartApi/getdata/')
NorenApi.__init__(self, host='https://api.shoonya.com/NorenWClientTP/', websocket='wss://api.shoonya.com/NorenWSTP/')
global api
api = self

Expand Down

0 comments on commit 027c0f0

Please sign in to comment.