diff --git a/home.admin/config.scripts/blitz.subscriptions.py b/home.admin/config.scripts/blitz.subscriptions.py index 3e10e82d3..de2f6159e 100644 --- a/home.admin/config.scripts/blitz.subscriptions.py +++ b/home.admin/config.scripts/blitz.subscriptions.py @@ -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":