Update core logic and prompts

This commit is contained in:
Liang Jiaqing
2026-01-28 09:29:56 +08:00
parent 3c1525e427
commit 424ddc4ab1
7 changed files with 80 additions and 99 deletions

View File

@@ -816,6 +816,8 @@ def get_main_block(driver):
if type(html) is not str:
time.sleep(2)
html = driver.execute_js(js_optHTML)
else:
print('[STRANGE TYPE]', str(html)[:500])
return html