mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
#1194 port format
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user