Update plugins/Zeroname/updater/zeroname_updater.py

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Jabba 2020-10-14 12:32:41 +00:00 committed by GitHub
parent 270fddf08b
commit 0229d30ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def processNameOp(domain, value, test=False):
return False
if "zeronet" not in data and "map" not in data:
# Namecoin standard use {"map": { "blog": {"zeronet": "1D..."} }}
print("No zeronet and no map in ", list(data.keys()))
print("No zeronet and no map in ", list(data))
return False
if "map" in data:
# If subdomains using the Namecoin standard is present, just re-write in the Zeronet way