Rename Operator module.
This commit is contained in:
parent
479a2a2b00
commit
7197cd01aa
|
@ -111,7 +111,7 @@ class Operator(wd.Firefox):
|
||||||
headless: bool = True,
|
headless: bool = True,
|
||||||
debug: bool = False,
|
debug: bool = False,
|
||||||
*args,
|
*args,
|
||||||
**kwargs
|
**kwargs,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
Adds some configuration to Firefox.
|
Adds some configuration to Firefox.
|
|
@ -15,7 +15,7 @@ import threading
|
||||||
import time
|
import time
|
||||||
import typing as T
|
import typing as T
|
||||||
|
|
||||||
from bot_z.bot_z import Operator
|
from bot_z.operator import Operator
|
||||||
from bot_z.utils import Fifo, PLifo, cmd_marshal, cmd_unmarshal
|
from bot_z.utils import Fifo, PLifo, cmd_marshal, cmd_unmarshal
|
||||||
import daemon
|
import daemon
|
||||||
from selenium.webdriver.common.keys import Keys
|
from selenium.webdriver.common.keys import Keys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user