From d7f8faabe8f92b06adb43106b667c439a1bb5575 Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Thu, 15 May 2008 10:44:48 +0100 Subject: Updated the translate module, the web interface having changed. --- modules/dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dict.py') diff --git a/modules/dict.py b/modules/dict.py index 61fcee9..df9025d 100755 --- a/modules/dict.py +++ b/modules/dict.py @@ -109,7 +109,7 @@ def dict(phenny, input): result = input.group(2).encode('utf-8') + ' - ' for key in sorted(results.keys()): if results[key]: - result += key + ' 1. ' + results[key][0] + result += (key or '') + ' 1. ' + results[key][0] if len(results[key]) > 1: result += ', 2. ' + results[key][1] result += '; ' -- cgit v1.2.3-1-g7c22