From 9bdc9b817834f8454bf64da4a7be3ff025a307d0 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:03:20 -0400 Subject: [PATCH] Update dcnodatg.py --- dcnodatg/dcnodatg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dcnodatg/dcnodatg.py b/dcnodatg/dcnodatg.py index e62cab5..179e31e 100644 --- a/dcnodatg/dcnodatg.py +++ b/dcnodatg/dcnodatg.py @@ -396,8 +396,7 @@ def p_to_v(**kwargs): gns3_worker.invoker(servername, gns3_url, switch_vals, allconfigs, gnsprj_id, connections_to_make) # Done! - return 'GNS3 project URL is: [' + gns3_url_noapi + gnsprj_id + '](' + gns3_url_noapi + gnsprj_id + ')' - + return gns3_url_noapi + gnsprj_id + 'static/web-ui/server/1/project/'+ gnsprj_id if __name__ == '__main__': kwdict = {}