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 ea1d453 commit 6854710Copy full SHA for 6854710
Dev2/Prework.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 = "!@#C####"
8
#tn = "HNSEC_FW_GW"
9
input_file = csv.DictReader(open("data.csv",encoding="utf-8-sig"))
10
for data in input_file:
@@ -92,4 +92,4 @@ def main():
92
93
94
if __name__ == '__main__':
95
- main()
+ main()
0 commit comments