Commit 13de3eb0 authored by wang's avatar wang

1

parent b2d83497
Pipeline #458 canceled with stages
...@@ -15,6 +15,8 @@ if platform.platform().startswith('mac'): ...@@ -15,6 +15,8 @@ if platform.platform().startswith('mac'):
log_dir = '/data/log/lcc-y4/' log_dir = '/data/log/lcc-y4/'
if platform.platform().startswith('mac'): if platform.platform().startswith('mac'):
log_dir = '/Users/wang/Documents/company/lcc-reese84/' log_dir = '/Users/wang/Documents/company/lcc-reese84/'
Path(log_dir).mkdir(exist_ok=True, parents=True)
Path(work_dir).mkdir(exist_ok=True, parents=True)
class Reese84ByPass(object): class Reese84ByPass(object):
__session = tls_client.Session('chrome_112') __session = tls_client.Session('chrome_112')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment