summaryrefslogtreecommitdiff
path: root/ausbutler
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-06 01:34:12 +0100
committeremkael <emkael@tlen.pl>2017-01-06 01:34:12 +0100
commit444403ea14ed7069c526394464027a7613e9a685 (patch)
tree08e1e71c4bbaecb8575d05c1f1ba0686509f47ba /ausbutler
parent3088d5ee952898a9282001799c1ff0d9486c52c3 (diff)
Encoding fixes
Diffstat (limited to 'ausbutler')
-rw-r--r--ausbutler/interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/interface.py b/ausbutler/interface.py
index 7b1feb5..bc3549c 100644
--- a/ausbutler/interface.py
+++ b/ausbutler/interface.py
@@ -101,7 +101,7 @@ class Interface(object):
'round_no': round_no,
'segment_no': segment_no,
'first_board': first_board
- })
+ }).encode('utf8')
)
files.append(filename)
return files