Your Name 4 years ago
parent
commit
6a3db655dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      similar_server/sel_server.py

+ 2 - 2
similar_server/sel_server.py

@@ -32,8 +32,8 @@ def init_webdriver():
     dir_path = os.path.dirname(os.path.realpath(__file__))
     options = webdriver.ChromeOptions()
 
-    options.add_argument("--user-data-dir=/home/jared/.config/google-chrome/")
-    options.add_argument('--profile-directory="Profile 1"')
+#    options.add_argument("--user-data-dir=/home/jared/.config/google-chrome/")
+#    options.add_argument('--profile-directory="Profile 1"')
     options.add_argument('--disable-web-security') 
     options.add_argument('--allow-running-insecure-content')
     options.add_argument('--disable-blink-features=AutomationControlled')