Skip to content

Commit

Permalink
Remove webdriver.Firefox service_log_path
Browse files Browse the repository at this point in the history
  • Loading branch information
caffo committed May 16, 2023
1 parent 83fffa2 commit 7156918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roam_to_git/scrapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ def __init__(self, browser, output_directory, headless=True, debug=False):

logger.trace("Start Firefox")
self.browser = webdriver.Firefox(firefox_profile=firefox_profile,
firefox_options=firefox_options,
service_log_path=os.devnull)
firefox_options=firefox_options)
elif browser == Browser.PHANTOMJS:
raise NotImplementedError()
# TODO configure
Expand Down

0 comments on commit 7156918

Please sign in to comment.