Skip to content

Commit a61fef9

Browse files
Merge pull request #710 from raggopaluni/patch-1
Retrieve 'priceId' instead of 'id' from serversToReload to reloadOperatingSystem
2 parents a9c11d7 + 1e3d2e3 commit a61fef9

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)