Skip to content

Commit 25b5af0

Browse files
committed
modify a bit
1 parent 7fc6113 commit 25b5af0

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
@@ -175,7 +175,7 @@ def add_command(self) -> Tuple[str, str]:
175175

176176

177177
def _get_remote_connection_and_client_config(
178-
command_executor: Union[str, AppiumConnection], client_config: Optional[AppiumClientConfig]
178+
command_executor: Union[str, AppiumConnection], client_config: Optional[AppiumClientConfig] = None
179179
) -> tuple[AppiumConnection, Optional[AppiumClientConfig]]:
180180
"""Return the pair of command executor and client config.
181181
If the given command executor is a custom one, returned client config will

0 commit comments

Comments
 (0)