Add1E commited on
Commit
32a8806
·
verified ·
1 Parent(s): 2d69e72

Update trend_crawl2.py

Browse files
Files changed (1) hide show
  1. trend_crawl2.py +1 -1
trend_crawl2.py CHANGED
@@ -17,7 +17,7 @@ def setup_driver():
17
  options.add_argument('--no-sandbox')
18
  options.add_argument('--disable-dev-shm-usage')
19
  options.add_argument("--lang=de")
20
- options.add_argument("--remote-debugging-port=9222")
21
  return webdriver.Chrome(options=options)
22
 
23
 
 
17
  options.add_argument('--no-sandbox')
18
  options.add_argument('--disable-dev-shm-usage')
19
  options.add_argument("--lang=de")
20
+ print(selenium.__version__)
21
  return webdriver.Chrome(options=options)
22
 
23