mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
bookie: fix typo in help message construction
This commit is contained in:
parent
fe05261d7c
commit
407f612be3
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ def Help(link):
|
|||
link.send_private("(minus bookie fee) pro rata to their original bet amount")
|
||||
link.send_private("Once placed, a bet may not be cancelled (unless the book itself")
|
||||
link.send_private("is cancelled, in which case every bettor gets a full refund)")
|
||||
link.send_private("Minimum bet %s, maximum bet %s" % (config.bookie_min_bet, config.bookie_max_bett ))
|
||||
link.send_private("Minimum bet %s, maximum bet %s" % (config.bookie_min_bet, config.bookie_max_bet ))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue