-found another unicode encoding error

-code cleanup
This commit is contained in:
martin 2011-07-11 14:24:08 -04:00
parent 66115de5ea
commit a8b3745bf4
2 changed files with 11 additions and 9 deletions

View file

@ -122,7 +122,7 @@ class AirtimeNotifier(Notifier):
mode = d['mode']
md = {}
md['MDATA_KEY_FILEPATH'] = filepath
md['MDATA_KEY_FILEPATH'] = filepath.encode("utf_8")
if 'data' in d:
file_md = d['data']