Skip to content

Commit

Permalink
converted commision into float
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-pollak committed Mar 23, 2021
1 parent 4059c9d commit 1ec5bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matcher/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MIN_PERCENTAGE_BALANCE = 0.4
RETURNS_CSV = os.environ.get("RETURNS_CSV")
COMMISSION = os.environ.get("COMMISSION")
COMMISSION = float(os.environ.get("COMMISSION"))

price_increments = {
2: 0.01,
Expand Down

0 comments on commit 1ec5bf3

Please sign in to comment.