fix headless true by default
This commit is contained in:
@@ -6,7 +6,7 @@ import typing
|
|||||||
import playwright.sync_api
|
import playwright.sync_api
|
||||||
|
|
||||||
ScoreList = typing.List[typing.Dict[str, typing.Union[str, float]]]
|
ScoreList = typing.List[typing.Dict[str, typing.Union[str, float]]]
|
||||||
HEADLESS = False if os.getenv("DEBUG") else False
|
HEADLESS = False if os.getenv("DEBUG") else True
|
||||||
|
|
||||||
|
|
||||||
class BaseLoader:
|
class BaseLoader:
|
||||||
|
|||||||
Reference in New Issue
Block a user