Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Aug 9, 2024
1 parent f00a206 commit d3b652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron_lobbying_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():

# Initialize the WebDriver
service = Service(ChromeDriverManager().install())
driver = webdriver.Chrome(service=service, options=options)
driver = webdriver.Chrome(options=options)

try:
# Fetch the website
Expand Down

0 comments on commit d3b652c

Please sign in to comment.