1
0

openalias: minor clean-up

This commit is contained in:
SomberNight
2018-10-29 17:09:23 +01:00
parent af232223ee
commit f819e9b6f4
2 changed files with 6 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class Contacts(dict):
try:
records, validated = dnssec.query(url, dns.rdatatype.TXT)
except DNSException as e:
print_error('Error resolving openalias: ', str(e))
print_error(f'Error resolving openalias: {repr(e)}')
return None
prefix = 'btc'
for record in records: