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