mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
#1194 add port on menu
This commit is contained in:
parent
6b831d68ea
commit
86372149a2
@ -83,7 +83,7 @@ You have no active or inactive subscriptions.
|
||||
activeState = "active"
|
||||
else:
|
||||
activeState = "in-active"
|
||||
name = "IP2TOR Bridge for {0}".format(sub['name'])
|
||||
name = "IP2TOR Bridge for {0} {1}".format(sub['name'], sub['port'])
|
||||
choices.append(("{0}".format(lookupIndex), "{0} ({1})".format(name.ljust(30), activeState)))
|
||||
|
||||
# list letsencrypt subscriptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user