From dc6a8de4cddd71c335f35019f667c2e1cbcfff77 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 21 Apr 2024 12:53:21 +0200 Subject: [PATCH] Fix server_ip attribute --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index e663db2..50df2dc 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -424,7 +424,7 @@ def post_pref(self, apt_packages, packages, upgrade=False): self.msg = (self.msg + ["WordOps backend is available " "on https://{0}:22222 " "or https://{1}:22222" - .format(server_ip.text, + .format(server_ip, WOVar.wo_fqdn)]) data = dict(release=WOVar.wo_version)