Update Grok.py

This commit is contained in:
H Lohaus 2025-11-26 16:19:47 +01:00 committed by GitHub
parent 7771cf3d43
commit 2e6d417d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ class Grok(AsyncAuthedProvider, ProviderModelMixin):
while True:
if has_headers:
break
input_element = None
input_element = None
try:
input_element = await page.select("div.ProseMirror", 2)
except Exception: