Skip to content

Commit e28f64e

Browse files
authored
Update switcher.py
1 parent 40ce375 commit e28f64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser_utils/models/switcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async def switch_ai_studio_model(page: AsyncPage, model_id: str, req_id: str) ->
161161
try:
162162
logger.debug("[Model] Re-enabling temporary chat mode...")
163163
incognito_button_locator = page.locator(
164-
'button[aria-label="Temporary chat toggle"]', 'button[aria-label="Toggle temporary chat"]'
164+
'button[aria-label="Temporary chat toggle"], button[aria-label="Toggle temporary chat"]'
165165
)
166166

167167
await incognito_button_locator.wait_for(

0 commit comments

Comments
 (0)