Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KgBC authored and KgBC committed Oct 6, 2013
2 parents 565beeb + ba61611 commit 94f7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just-dice-bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def do_bet(self, chance, bet):
if num < chance:
#win
payout_perc = 99.0/chance #1% house edge
saldo = bet*payout_perc
saldo = bet*(payout_perc-1)
else:
#lose
pass #already payed
Expand Down

0 comments on commit 94f7cd6

Please sign in to comment.