227 |
Statistics
228 |
'''
229 |
230 | print ' - OK: ' + str(statistics['ok']) + '
'
231 | print ' - HIGH: ' + str(statistics['high']) + '
'
232 | print ' - MEDIUM: ' + str(statistics['medium']) + '
'
233 | print ' - LOW: ' + str(statistics['low']) + '
'
234 | print ' - INFO: ' + str(statistics['info']) + '
'
235 | print '
'
236 |
237 | print self.statistics_graphic(statistics)
238 |
239 | print '''
240 |