1
0

Minor style changes

This commit is contained in:
Benoit Verret
2021-03-21 00:34:25 -04:00
parent 9609a60ab6
commit f731c38293
45 changed files with 116 additions and 119 deletions

View File

@@ -288,7 +288,7 @@ class CoinDesk(ExchangeBase):
return result
def history_starts(self):
return { 'USD': '2012-11-30', 'EUR': '2013-09-01' }
return {'USD': '2012-11-30', 'EUR': '2013-09-01'}
def history_ccys(self):
return self.history_starts().keys()