Improve formatting of Python files (#30919)

Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
Taym Haddadi 2023-12-25 00:58:37 +01:00 committed by GitHub
parent df157dcc03
commit 554b35b705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 48 additions and 54 deletions

View file

@ -37,7 +37,7 @@ def print_help():
def servo_ready_to_accept(url, payload, headers):
while(True):
while (True):
try:
# Before sending an additional request, we wait for one second each time