Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoon committed Apr 25, 2023
1 parent d502bda commit a8b1ef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ async def main():
"total_ask_1": ask_d1,
"total_ask_2": ask_d2,
"total_ask_4": ask_d4,
"total_bid_05": ask_d05,
"total_bid_1": ask_d1,
"total_bid_2": ask_d2,
"total_bid_4": ask_d4,
"total_bid_05": bid_d05,
"total_bid_1": bid_d1,
"total_bid_2": bid_d2,
"total_bid_4": bid_d4,
"book_bias_05": bb05,
"book_bias_1": bb1,
"book_bias_2": bb2,
Expand Down

0 comments on commit a8b1ef0

Please sign in to comment.