mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove debug print
This commit is contained in:
parent
8935817338
commit
28b44401f5
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ def dyndns_update(dyn_host="dyndns.yunohost.org", domain=None, key=None,
|
||||||
|
|
||||||
# this mean that hmac-md5 is used
|
# this mean that hmac-md5 is used
|
||||||
if "+157" in key:
|
if "+157" in key:
|
||||||
print "detecting md5 key"
|
|
||||||
key = _migrate_from_md5_tsig_to_sha512_tsig(key, domain, dyn_host)
|
key = _migrate_from_md5_tsig_to_sha512_tsig(key, domain, dyn_host)
|
||||||
|
|
||||||
host = domain.split('.')[1:]
|
host = domain.split('.')[1:]
|
||||||
|
|
Loading…
Add table
Reference in a new issue