mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-19 05:20:55 +00:00
Fixed encoding error
This commit is contained in:
parent
b3bce7753c
commit
aa1a9ac685
@ -1,3 +1,5 @@
|
||||
#coding:utf8
|
||||
|
||||
en = {
|
||||
|
||||
# Client notifications
|
||||
@ -85,4 +87,4 @@ def getMessage(locale, type_):
|
||||
if(messages["en"].has_key(type_)):
|
||||
return messages["en"][type_]
|
||||
else:
|
||||
raise KeyError()
|
||||
raise KeyError()
|
||||
|
Loading…
Reference in New Issue
Block a user