mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
remove description
This commit is contained in:
parent
748ad72ed7
commit
4864c87cfe
1 changed files with 1 additions and 4 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue