mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix result info
This commit is contained in:
parent
3864bb2eb3
commit
f561ec112f
@ -610,7 +610,14 @@ Your service '{3}' should now publicly be reachable under:
|
||||
Please test now if the service is performing as promised.
|
||||
If not - dont forget to cancel the subscription under:
|
||||
MAIN MENU > SUBSCRIPTIONS > MY SUBSCRIPTIONS
|
||||
'''.format(be.errorShort),title="Subscription Active")
|
||||
'''.format(
|
||||
host['tor_bridge_price_initial_sats'],
|
||||
host['tor_bridge_duration_hours'],
|
||||
host['tor_bridge_price_extension_sats'],
|
||||
blitzServiceName,
|
||||
host['ip'],
|
||||
host['port'])
|
||||
,title="Subscription Active")
|
||||
|
||||
|
||||
####### COMMANDS #########
|
||||
|
Loading…
Reference in New Issue
Block a user