From 6ca88dfd9495546faeadaae0792be59072f22db5 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Mon, 17 Sep 2018 23:52:21 +0930 Subject: [PATCH] Capitalise ChromeDriver --- scrape.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrape.py b/scrape.py index 037f130..ec4c774 100755 --- a/scrape.py +++ b/scrape.py @@ -1,9 +1,9 @@ #!/usr/bin/python3 # It is assumed that you have installed the required packages in requirements.txt -# and have also installed Chromedriver from your package manager. -# If you have installed Chromedriver separately, change the line below to the -# path of the Chromedriver executable. +# and have also installed ChromeDriver from your package manager. +# If you have installed ChromeDriver separately, change the line below to the +# path of the ChromeDriver executable. CHROMEDRIVER_PATH = '/usr/bin/chromedriver' import networkx as nx