Skip to content

Commit adf78fa

Browse files
authored
fix(blockbit): not getting the response from scratch
1 parent 9426455 commit adf78fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commands/currency/blockbit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def get_latest_response() -> int | str | None:
5151
5252
If the response is a number, return it as an int. Otherwise, return it as a string.
5353
"""
54+
await get_response()
5455
return float(latest_value) if latest_value is not None else None
5556

5657

0 commit comments

Comments
 (0)