Skip to content

Commit

Permalink
parruc#1 added missing parameters to example config
Browse files Browse the repository at this point in the history
The example config file for `sell.py` was missing some parameters, what caused exceptions when using this config.
  • Loading branch information
skoenig authored Oct 24, 2018
1 parent 802cd15 commit 17628c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/investhor/config/sell_stale.json.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"max_days_till_next_payment": 5
max_days_till_next_payment: 5,
no_discount: 0,
low_discount: 1,
medium_discount: 3,
high_discount: 5,
crazy_discount: 20,
total_discount: 50
}

0 comments on commit 17628c9

Please # to comment.