remove description

This commit is contained in:
rootzoll 2020-07-13 14:02:23 +02:00
parent 748ad72ed7
commit 4864c87cfe

View file

@ -122,14 +122,11 @@ The domain is routed set to the IP:
The state of the subscription is: {active} {warning}
The following additional information is available:
{description}
'''.format( dnsservice=selectedSub['dnsservice_type'],
domain=selectedSub['id'],
ip=selectedSub['ip'],
active= "ACTIVE" if selectedSub['active'] else "NOT ACTIVE",
warning=selectedSub['warning'],
description=selectedSub['description']
warning=selectedSub['warning']
)
elif selectedSub['type'] == "ip2tor-v1":