diff --git a/pyfpdb/Stats.py b/pyfpdb/Stats.py index 74558da8..5faa1f59 100755 --- a/pyfpdb/Stats.py +++ b/pyfpdb/Stats.py @@ -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' )