From c92e72af00a1405e5c137c833658100ae5560df2 Mon Sep 17 00:00:00 2001 From: Alessandro Maggio Date: Wed, 3 Feb 2021 17:50:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e64733..c839438 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ In this case if percentage_gap = 20 ; 70-30 = 40 > percentage_gap, so the bot wi - If you want to place the bet ONLY if the winning odd of your decision is greater than or equal 1.3 `FilterCondition(key=OutcomeKeys.ODDS, condition=Condition.GTE, value=1.3, decision=True)` - If you want to place the bet ONLY if the sum of highest bet is lower than 2000 -`FilterCondition(key=OutcomeKeys.TOP_POINTS, condition=Condition.LT, value=200, decision=2000)` +`FilterCondition(key=OutcomeKeys.TOP_POINTS, condition=Condition.LT, value=2000, decision=False)` ## Migrating from old repository (the original one): If you already have a `twitch-cookies.pkl` and you don't want to login again please create a `cookies/` folder in the current directory and then copy the .pkl file with a new name `your-twitch-username.pkl`