Skip to content

Commit

Permalink
Removed diagnostics code from CCXT ticker.
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Base/Library/JRRccxt.py
  • Loading branch information
rapmd73 committed Sep 23, 2023
1 parent 00f4c2a commit 19c09a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Base/Library/JRRccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def GetTicker(self,**kwargs):

if self.Broker.has['fetchTickers']==True:
self.Results=self.API("fetch_ticker",**kwargs)
print(self.Results)
bid=self.Results['bid']
ask=self.Results['ask']
else:
Expand Down

0 comments on commit 19c09a7

Please sign in to comment.