Rename Operator module.

master
blallo 2019-07-29 12:21:21 +02:00 committed by blallo
parent 479a2a2b00
commit 7197cd01aa
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ class Operator(wd.Firefox):
headless: bool = True,
debug: bool = False,
*args,
**kwargs
**kwargs,
) -> None:
"""
Adds some configuration to Firefox.

View File

@ -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