[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 20:41:35 +00:00
parent 5a16d770da
commit 7ce4b13998

View File

@@ -141,6 +141,7 @@ Two approaches can be applied to establish when the server is ready:
### Polling the server model
The simplest way to check if a server is ready is to programmatically query the server model until two conditions are true:
1. The server name is contained in the `servers` response, and
2. `servers['servername']['ready']` is true.