Skip to content

Commit

Permalink
Change Webdriver manager import
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwilliams authored Nov 21, 2023
1 parent 068f7ca commit 19ccd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instagram_locations/instagram_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_insta_cookies():
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromiumService
from webdriver_manager.chrome import ChromeDriverManager
from webdriver_manager.core.utils import ChromeType
from webdriver_manager.core.os_manager import ChromeType
"""
Attempts to run selenium, provide user with the login form and extract cookies from page to be used in program.
Returns cookies formatted as name=value;name=value;...
Expand Down Expand Up @@ -261,4 +261,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit 19ccd8f

Please sign in to comment.