Skip to content

Commit a9f6a60

Browse files
Update Rollback.py
1 parent 6854710 commit a9f6a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dev2/Rollback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def main():
33
import csv
44
from FW_GW_project_Master import Client
55
usr="admin"
6-
pwd = "!@#CiScO123"
6+
pwd = "!@#####"
77
input_file = csv.DictReader(open("data.csv",encoding="utf-8-sig"))
88
for data in input_file:
99
host=(data["Fabric_Host_IP"])
@@ -36,4 +36,4 @@ def main():
3636

3737

3838
if __name__ == '__main__':
39-
main()
39+
main()

0 commit comments

Comments
 (0)