Use proper unit conventions for Kilo

This commit is contained in:
Martin Konecny 2013-05-31 15:59:20 -04:00 committed by denise
parent eeb73b7206
commit 9f3e1d61d1
3 changed files with 4 additions and 4 deletions

View file

@ -61,8 +61,8 @@ class SilanAnalyzer(Thread):
str('{0:f}'.format(info['sound'][-1][1]))
except: pass
except Exception, e:
self.logger.error(str(command))
self.logger.error(e)
self.logger.warn(str(command))
self.logger.warn(e)
processed_data.append((f['id'], data))
total += 1
if total % 5 == 0: