We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f6a60 commit 8882d72Copy full SHA for 8882d72
Dev2/Cutover.py
@@ -2,9 +2,9 @@ def main():
2
import getpass
3
import csv
4
from FW_GW_project_Master import Client
5
- host = "172.19.254.4"
+ host = "172.X.X.X"
6
usr="admin"
7
- pwd = "!@#CiScO123"
+ pwd = "!@####"
8
input_file = csv.DictReader(open("data.csv",encoding="utf-8-sig"))
9
for data in input_file:
10
host=(data["Fabric_Host_IP"])
@@ -40,4 +40,4 @@ def main():
40
41
42
if __name__ == '__main__':
43
- main()
+ main()
0 commit comments