Skip to content

Commit 2efe138

Browse files
authored
Update AdvancedExercise.md
1 parent de1a1ea commit 2efe138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdvancedExercise.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def main():
2121
# Define header parameters for the request to the local API
2222
header_params = {
2323
# Fill in the identifier
24-
"identifier": ,
24+
"identifier": "" ,
2525
# Fill in the type
26-
"type":,
26+
"type": "",
2727
}
2828

2929
# Create a session object to manage and persist settings across requests

0 commit comments

Comments
 (0)