Skip to content

Commit

Permalink
- Changes requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegarcia7 committed Feb 28, 2023
1 parent 2ac82bf commit 2453533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betfairutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ def calculate_available_volume(
else:
return available_volume

if book_percentage < max_book_percentage:
if book_percentage <= max_book_percentage:
available_volume += size


Expand Down

0 comments on commit 2453533

Please sign in to comment.