Typo2
This commit is contained in:
@@ -50,7 +50,7 @@ def tr(phenny, context):
|
||||
output = (output or 'en').encode('utf-8')
|
||||
|
||||
if input != output:
|
||||
msg, input = translate2(phrase, input, output)
|
||||
msg, input = translate(phrase, input, output)
|
||||
if isinstance(msg, str):
|
||||
msg = msg.decode('utf-8')
|
||||
if msg:
|
||||
|
||||
Reference in New Issue
Block a user