Skip to content

Commit

Permalink
fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
r.schmidt committed Oct 3, 2018
1 parent d15580f commit 9550b56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/example_related.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_related(config, keywords, related):
config = serpscrap.Config()
config.set('scrape_urls', False)

keywords = ['cryptocurrency']
keywords = ['stellar']

related = keywords
related = get_related(config, keywords, related)
Expand Down
2 changes: 1 addition & 1 deletion install_chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Versions
CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`
SELENIUM_STANDALONE_VERSION=3.13.1
SELENIUM_STANDALONE_VERSION=3.14.1
SELENIUM_SUBDIR=$(echo "$SELENIUM_STANDALONE_VERSION" | cut -d"." -f-2)

# Remove existing downloads and binaries so we can start from scratch.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'html2text==2018.1.9',
'lxml==4.2.3',
'sqlalchemy==1.2.10',
'selenium==3.13.1',
'selenium==3.14.1',
'cssselect==1.0.3',
],
scripts=['install_chrome.sh'],
Expand Down

0 comments on commit 9550b56

Please sign in to comment.