Use proper unit conventions for Kilo
This commit is contained in:
parent
82a71fdb61
commit
905dd08ed5
3 changed files with 4 additions and 4 deletions
|
@ -56,8 +56,8 @@ class SilanAnalyzer(Thread):
|
|||
try: data['cueout'] = 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue