From 20a32380035556af09cbd97dd349d1a0fc5d7d04 Mon Sep 17 00:00:00 2001 From: Sagar Howal Date: Wed, 7 Apr 2021 18:37:16 +0100 Subject: [PATCH] update WrongPasswordError --- src/wormhole/errors.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wormhole/errors.py b/src/wormhole/errors.py index 64edf37..e184b69 100644 --- a/src/wormhole/errors.py +++ b/src/wormhole/errors.py @@ -50,9 +50,8 @@ class LonelyError(WormholeError): class WrongPasswordError(WormholeError): """ Key confirmation failed. Either you or your correspondent typed the code - wrong, or a would-be man-in-the-middle attacker guessed incorrectly. You - could try again, giving both your correspondent and the attacker another - chance. + wrong, or a would-be man-in-the-middle attacker guessed incorrectly. Try + sending the file again. """ # or the data blob was corrupted, and that's why decrypt failed pass