init
This commit is contained in:
@@ -728,7 +728,7 @@ class Bithumb_minute(HTS):
|
||||
elif ticker == 'SOL':
|
||||
count = self.getSOLCount(bsLine['buy'][len(bsLine['buy']) - 1])
|
||||
elif ticker == 'EOS':
|
||||
count = self.getSOLCount(bsLine['buy'][len(bsLine['buy']) - 1])
|
||||
count = self.getEOSCount(bsLine['buy'][len(bsLine['buy']) - 1])
|
||||
else:
|
||||
count = self.getXRPCount(bsLine['buy'][len(bsLine['buy']) - 1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user