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:
|
except:
|
||||||
return (stat,
|
return (stat,
|
||||||
'%3.1f' % (0) + '%',
|
'NA',
|
||||||
'ff1=%3.1f' % (0) + '%',
|
'ff1=NA',
|
||||||
'ff_1=%3.1f' % (0) + '%',
|
'ff_1=NA',
|
||||||
'(%d/%d)' % (0, 0),
|
'(0/0)',
|
||||||
'% fold frequency flop/4th'
|
'% fold frequency flop/4th'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user