Skip to content

Commit

Permalink
Merge pull request #12 from menckend/menckend-patch-4
Browse files Browse the repository at this point in the history
Update dcnodatg.py
  • Loading branch information
menckend authored Oct 21, 2024
2 parents 7061458 + 9bdc9b8 commit 17fe35b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dcnodatg/dcnodatg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 17fe35b

Please sign in to comment.