diff options
Diffstat (limited to 'server.rb')
-rwxr-xr-x | server.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ def process_next reply end $lock = true # lock if data['key'] != SESSION_KEY - $status = "Error: Key mismatch" + $status = "Error: Key mismatch (#{data['key']}, #{SESSION_KEY})" return end if data["OOV"] # OOV corrections |