This commit is contained in:
rootzoll
2020-07-17 22:10:49 +02:00
parent 86372149a2
commit d41c58d354

View File

@@ -83,7 +83,7 @@ You have no active or inactive subscriptions.
activeState = "active" activeState = "active"
else: else:
activeState = "in-active" activeState = "in-active"
name = "IP2TOR Bridge for {0} {1}".format(sub['name'], sub['port']) name = "IP2TOR Bridge (P:{1}) for {0}".format(sub['name'], sub['port'])
choices.append(("{0}".format(lookupIndex), "{0} ({1})".format(name.ljust(30), activeState))) choices.append(("{0}".format(lookupIndex), "{0} ({1})".format(name.ljust(30), activeState)))
# list letsencrypt subscriptions # list letsencrypt subscriptions