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 6854710 commit a9f6a60Copy full SHA for a9f6a60
Dev2/Rollback.py
@@ -3,7 +3,7 @@ def main():
3
import csv
4
from FW_GW_project_Master import Client
5
usr="admin"
6
- pwd = "!@#CiScO123"
+ pwd = "!@#####"
7
input_file = csv.DictReader(open("data.csv",encoding="utf-8-sig"))
8
for data in input_file:
9
host=(data["Fabric_Host_IP"])
@@ -36,4 +36,4 @@ def main():
36
37
38
if __name__ == '__main__':
39
- main()
+ main()
0 commit comments