0.0.3
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# 0.0.3
|
||||||
|
- 修复bug
|
||||||
# 0.0.2
|
# 0.0.2
|
||||||
- 修复bug
|
- 修复bug
|
||||||
# 0.0.1
|
# 0.0.1
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ from auto_challenge import ReCaptchaHandler
|
|||||||
|
|
||||||
class Auto:
|
class Auto:
|
||||||
def __init__(self, http: str = None):
|
def __init__(self, http: str = None):
|
||||||
# self.browser = Chromium(http)
|
self.browser = Chromium(http)
|
||||||
self.browser = Chromium()
|
# self.browser = Chromium()
|
||||||
self.tab = self.browser.latest_tab
|
self.tab = self.browser.latest_tab
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@@ -505,6 +505,7 @@ def run_task_with_proxy(proxy: str, stop_event: threading.Event) -> None:
|
|||||||
if not created:
|
if not created:
|
||||||
return
|
return
|
||||||
browser_id, http = created
|
browser_id, http = created
|
||||||
|
logger.info(f"browser_id: {browser_id} http: {http}")
|
||||||
if stop_event.is_set():
|
if stop_event.is_set():
|
||||||
return
|
return
|
||||||
auto = Auto(http=http)
|
auto = Auto(http=http)
|
||||||
|
|||||||
Reference in New Issue
Block a user