From b19be423799772d9b0a5e044e6aeb8844b722cd9 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Sun, 1 Feb 2015 11:36:11 +0000 Subject: [PATCH] bookie: fix typo in minimum winnings code --- tipbot/modules/bookie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot/modules/bookie.py b/tipbot/modules/bookie.py index 8998a52..e587079 100644 --- a/tipbot/modules/bookie.py +++ b/tipbot/modules/bookie.py @@ -364,7 +364,7 @@ def Result(link,cmd): a = GetAccount(bettor) owinunits = long(total_units_bet * (1-config.bookie_fee) * ounits / total_units_bet_by_winners) if owinunits