Skip to content

Commit

Permalink
Fix: 1. change driver.newSession to driver.newJsoupSession
Browse files Browse the repository at this point in the history
  • Loading branch information
platonai committed Dec 28, 2023
1 parent d815478 commit d001453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private class AjaxFetchHandler(
private val logger = getLogger(this)

override suspend fun invoke(page: WebPage, driver: WebDriver): Any? {
val session = driver.newSession()
val session = driver.newJsoupSession()

val u = "https://scopi.wemixnetwork.com/api/v1/chain/1003/account/0xcb7615cb4322cddc518f670b4da042dbefc69500/tx"
IntRange(1, 100).forEach { i ->
Expand Down

0 comments on commit d001453

Please sign in to comment.