We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab03bda commit e2bebcaCopy full SHA for e2bebca
AdvancedExercise.md
@@ -79,7 +79,7 @@ def main():
79
# Define header parameters for the request to the local API
80
header_params = {
81
# Fill in the type
82
- "type": ,
+ "type": "",
83
}
84
85
# Create a session object to manage and persist settings across requests
@@ -89,14 +89,14 @@ def main():
89
config = {
90
"decimals": {
91
# Fill in the decimal precision
92
- "cpuUtilization": ,
93
- "Temperature":
+ "Cpuutilization": 0,
+ "Temperature": 0
94
},
95
- "units": {
96
- # Fill in the units
97
- "cpuUtilization": "",
+ "units": {
+ # Fill in the units precision
+ "Cpuutilization": "",
98
"Temperature": "",
99
- "memoryUsage": "",
+ "Memoryusage": "",
100
"Fans": [
101
{
102
"Speed": ""
0 commit comments