Merge branch 'master' into feature/gui
This commit is contained in:
@@ -34,7 +34,6 @@ def get_random_wait_time() -> float:
|
||||
class Tls(threading.local):
|
||||
def __init__(self) -> None:
|
||||
self.playwright = sync_playwright().start()
|
||||
print("Create playwright instance in Thread", threading.current_thread().name)
|
||||
|
||||
|
||||
class CommandorPage:
|
||||
|
||||
Reference in New Issue
Block a user