Skip to content

Commit

Permalink
fix: fix wrong function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Oct 10, 2024
1 parent c8182db commit 364e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamaxi/datamaxi/orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get(
Orderbook data in pandas DataFrame
"""

check_required_parameter(
check_required_parameters(
[
[exchange, "exchange"],
[symbol, "symbol"],
Expand Down

0 comments on commit 364e39a

Please sign in to comment.