Skip to content

Commit e2bebca

Browse files
authored
Update AdvancedExercise.md
1 parent ab03bda commit e2bebca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AdvancedExercise.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def main():
7979
# Define header parameters for the request to the local API
8080
header_params = {
8181
# Fill in the type
82-
"type": ,
82+
"type": "",
8383
}
8484

8585
# Create a session object to manage and persist settings across requests
@@ -89,14 +89,14 @@ def main():
8989
config = {
9090
"decimals": {
9191
# Fill in the decimal precision
92-
"cpuUtilization": ,
93-
"Temperature":
92+
"Cpuutilization": 0,
93+
"Temperature": 0
9494
},
95-
"units": {
96-
# Fill in the units
97-
"cpuUtilization": "",
95+
"units": {
96+
# Fill in the units precision
97+
"Cpuutilization": "",
9898
"Temperature": "",
99-
"memoryUsage": "",
99+
"Memoryusage": "",
100100
"Fans": [
101101
{
102102
"Speed": ""

0 commit comments

Comments
 (0)