Skip to content

Commit 1e3d2e3

Browse files
authored
Update reload_hardware.md
We need to send the PriceId instead of Id from serversToReload to hardwareService.reloadOperatingSystem
1 parent a9c11d7 commit 1e3d2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/python/reload_hardware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ try:
152152
config = {
153153
'itemPrices': [
154154
{
155-
'id': serversToReload[ipToReload]['id']
155+
'id': serversToReload[ipToReload]['priceId']
156156
}
157157
]
158158
}
@@ -380,4 +380,4 @@ class example():
380380
if __name__ == "__main__":
381381
main = example()
382382
main.main()
383-
```
383+
```

0 commit comments

Comments
 (0)