Merge branch 'master' into feature/gui

This commit is contained in:
2022-05-12 11:56:04 +02:00
3 changed files with 10 additions and 73 deletions
-1
View File
@@ -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: