From 2c73dd1a2f7529aa85989175715c2f7cbf2feecd Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 19 Sep 2017 00:51:11 +0200 Subject: [PATCH] [fix] 163 was for sha256 --- src/yunohost/dyndns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/dyndns.py b/src/yunohost/dyndns.py index e46598fbd..516ac59de 100644 --- a/src/yunohost/dyndns.py +++ b/src/yunohost/dyndns.py @@ -70,7 +70,7 @@ RE_DYNDNS_PRIVATE_KEY_MD5 = re.compile( RE_DYNDNS_PRIVATE_KEY_SHA512 = re.compile( - r'.*/K(?P[^\s\+]+)\.\+163.+\.private$' + r'.*/K(?P[^\s\+]+)\.\+165.+\.private$' )