Skip to content

Commit

Permalink
Update Version 1.1.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
uJhin committed Feb 5, 2021
1 parent aa45126 commit 8d63c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upbit/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def generate_type_field(
codes: Union[List[str]],
isOnlySnapshot: bool = None,
isOnlyRealtime: bool = None,
) -> str:
) -> dict:
"""
:param type: 수신할 시세 타입 (현재가: `ticker`, 체결: `trade`, 호가: `orderbook`)
:type type: str
Expand Down Expand Up @@ -89,7 +89,7 @@ def generate_payload(
type_fields: Union[List[dict]],
ticket: str = None,
format: str = 'DEFAULT'
):
) -> str:
"""
:param type_fields: Type Fields
:type type_fields: list[dict, ...]
Expand Down

0 comments on commit 8d63c9b

Please sign in to comment.