[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-10-21 21:05:16 +00:00
parent 7a0b98d9ce
commit 28867760a4

View File

@@ -272,7 +272,7 @@ It will now be absent from the user `servers` model.
: This code means your request was accepted, but is not yet completely processed.
The server has `pending: 'stop'` at this point.
There is no progress API for checking when a server actually stops.
There is no progress API for checking when a server actually stops.
Thus, the only available alternative is to poll the server and wait for it to disappear from the user `servers` model.
This Python code snippet can be used to check if a server stops: