KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

Safe_perc invalid syntax #10

Closed washlet closed 10 years ago

washlet commented 10 years ago

After fighting with python and pip I could get almost everything to work. Now, when I run the bot it says: http://img16.imageshack.us/img16/5576/nprg.png

KgBC commented 10 years ago

I'm sorry, there's a typo in default config.

jdb_config = {
    "visible"    : 1,
    "user"       : "YOUR_USER",
    "pass"       : "YOUR_PASSWORD",
    "lose_rounds": 30,
    "chance"     : 49.5,
    "multiplier" : 2.0, #<-- here is a comma missing.
    "safe_perc"  : 5.0,
    "auto-tip"   : 1,
}

Will correct in source.