Skip to content

Commit 0376384

Browse files
Update FW_GW_project_Prework.py
1 parent dbf3b31 commit 0376384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FW_GW_project_Prework.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
def main():
22
import getpass
33
from FW_GW_project3 import Client
4-
host = "172.19.254.4"
4+
host = "172.19.####"
55
usr="admin"
6-
pwd = "!@#CiScO123"
6+
pwd = "!@#######"
77
#tn = input("Enter the Tenant Name:")
88
tn = "HNSEC_FW_GW"
99
vrf = input("Enter the VRF Name:")
@@ -65,4 +65,4 @@ def main():
6565

6666

6767
if __name__ == '__main__':
68-
main()
68+
main()

0 commit comments

Comments
 (0)