Skip to content

Commit 720a10c

Browse files
authored
Updating the credentials
Addresses CiscoDevNet/learning-labs-issues#333
1 parent 75652e3 commit 720a10c

File tree

1 file changed

+4
-4
lines changed
  • labs/parsing-xml

1 file changed

+4
-4
lines changed

labs/parsing-xml/1.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ requests.packages.urllib3.disable_warnings()
4141

4242
# We need to have a body of data consisting of a username and password to gather a cookie from APIC
4343
encoded_body = json.dumps({
44-
"aaaUser": {
45-
"attributes": {
46-
"name": "admin",
47-
"pwd": "ciscopsdt"
44+
"aaaUser": {
45+
"attributes": {
46+
"name": "admin",
47+
"pwd": " !v3G@!4@Y"
4848
}
4949
}
5050
})

0 commit comments

Comments
 (0)