diff --git a/grattoir/__init__.py b/grattoir/__init__.py index 0556da0..5b09e9f 100644 --- a/grattoir/__init__.py +++ b/grattoir/__init__.py @@ -22,9 +22,6 @@ def tor_browser_binary_path(): class Grattoir(object): - def __init__(self): - self._driver = None - def __enter__(self): self._driver = None p_path = tor_profile()