Skip to content

Commit

Permalink
Update Version 1.1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
uJhin committed Jan 26, 2021
1 parent 423df79 commit b2e77b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/python/upbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__all__ = ['client']
__module_name__ = 'upbit-client'

__version__ = '1.1.6.20'
__version__ = '1.1.6.21'
__released_version__ = Version.get_versions(__module_name__)
__latest_version__ = __released_version__[0]

Expand Down
2 changes: 1 addition & 1 deletion client/python/upbit/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def Trade_ticker(self, **kwargs) -> dict:
:param markets: 반점으로 구분되는 마켓 코드 (ex. KRW-BTC, BTC-BCC)
:type markets: str
"""
result = self.client.Trader.Trade_ticker(**kwargs)
result = self.client.Trade.Trade_ticker(**kwargs)
return FutureExtractor.future_extraction(result)

def Trade_ticks(self, **kwargs) -> dict:
Expand Down

0 comments on commit b2e77b4

Please sign in to comment.