-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* clear input buffer after startup #29
* option to chose hi/lo-strategy, always hi or low, or random #27 * view page title on reconnect, to better understand disconnects * option to wait number of losses before starting strategy (0.00000001 bets) * fix get_rounded_bet, was ceiling more often than necessary on low chance bets
- Loading branch information
KgBC
authored and
KgBC
committed
Oct 14, 2013
1 parent
94f7cd6
commit cff9d16
Showing
2 changed files
with
105 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/config.py | ||
*.pyc | ||
*.pyc | ||
/justdice calculations.ods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters