switch "0.00%" on ffreq1 to NA, need to update all the other percents with that sometime too
This commit is contained in:
parent
618dcc0473
commit
28576d70f8
|
@ -711,10 +711,10 @@ def ffreq1(stat_dict, player):
|
|||
)
|
||||
except:
|
||||
return (stat,
|
||||
'%3.1f' % (0) + '%',
|
||||
'ff1=%3.1f' % (0) + '%',
|
||||
'ff_1=%3.1f' % (0) + '%',
|
||||
'(%d/%d)' % (0, 0),
|
||||
'NA',
|
||||
'ff1=NA',
|
||||
'ff_1=NA',
|
||||
'(0/0)',
|
||||
'% fold frequency flop/4th'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user