mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Improve formatting of Python files (#30919)
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
df157dcc03
commit
554b35b705
8 changed files with 48 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue