From 17628c95b465079e0b4c722fcf287974a74906a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20K=C3=B6nig?= Date: Wed, 24 Oct 2018 10:56:34 +0200 Subject: [PATCH] #1 added missing parameters to example config The example config file for `sell.py` was missing some parameters, what caused exceptions when using this config. --- src/investhor/config/sell_stale.json.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/investhor/config/sell_stale.json.example b/src/investhor/config/sell_stale.json.example index 82fbe3f..5ad4c5a 100644 --- a/src/investhor/config/sell_stale.json.example +++ b/src/investhor/config/sell_stale.json.example @@ -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 }