Skip to content

Commit 6854710

Browse files
Update Prework.py
1 parent ea1d453 commit 6854710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dev2/Prework.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ def main():
22
import getpass
33
import csv
44
from FW_GW_project_Master import Client
5-
#host = "172.19.254.4"
5+
#host = "172.X.X.X"
66
usr="admin"
7-
pwd = "!@#CiScO123"
7+
pwd = "!@#C####"
88
#tn = "HNSEC_FW_GW"
99
input_file = csv.DictReader(open("data.csv",encoding="utf-8-sig"))
1010
for data in input_file:
@@ -92,4 +92,4 @@ def main():
9292

9393

9494
if __name__ == '__main__':
95-
main()
95+
main()

0 commit comments

Comments
 (0)