From 3e0a6b223d2f3220615bbe66e2acdd9aa180c32e Mon Sep 17 00:00:00 2001 From: fluzzi Date: Mon, 4 Apr 2022 13:56:21 -0300 Subject: [PATCH] update --- connpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connpy/__init__.py b/connpy/__init__.py index 78ad9ae..ecaf9e9 100644 --- a/connpy/__init__.py +++ b/connpy/__init__.py @@ -72,7 +72,7 @@ the automation module ### Standalone module ``` import connpy -router = connpy.node("unique name","ip/hostname", user="username", password="pass") +router = connpy.node("unique name","ip/hostname", user="user", password="pass") router.run(["term len 0","show run"]) print(router.output) hasip = router.test("show ip int brief","1.1.1.1")