Skip to content

Commit b1c45b0

Browse files
committed
minor tweak
1 parent e1af59e commit b1c45b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/bidi/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def add_auth_handler(self, username, password):
228228
event_name = "auth_required"
229229

230230
def _callback(request):
231-
request._continue_with_auth(request, username, password)
231+
self._continue_with_auth(request, username, password)
232232

233233
return self.add_request_handler(event_name, _callback)
234234

0 commit comments

Comments
 (0)