Skip to content

Commit 7823cd7

Browse files
committed
remove
1 parent 27cb0ca commit 7823cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __init__( # noqa: PLR0913
211211
):
212212
if client_config is None:
213213
# TODO: when command_executor is not string
214-
client_config = client_config or AppiumClientConfg(remote_server_addr=command_executor)
214+
client_config = AppiumClientConfg(remote_server_addr=command_executor)
215215

216216
if isinstance(command_executor, str):
217217
command_executor = AppiumConnection(remote_server_addr=command_executor, client_config=client_config)

0 commit comments

Comments
 (0)