Skip to content

Commit 967b3ad

Browse files
authored
Update api_requests_example.py
update username and password to reflect current config
1 parent ecdd5a2 commit 967b3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming_fundamentals/python_part_3/api_requests_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
import requests
1717
from pprint import pprint
1818
router = {"ip": "ios-xe-mgmt.cisco.com",
19-
"port": "9443",
19+
"port": "443",
2020
"user": "developer",
21-
"pass": "C1sco12345"}
21+
"pass": "lastorangerestoreball8876"}
2222

2323
headers = {"Accept": "application/yang-data+json"}
2424

0 commit comments

Comments
 (0)