Capitalise ChromeDriver

This commit is contained in:
Thomas Wade 2018-09-17 23:52:21 +09:30
parent 8faf429e0c
commit 6ca88dfd94

View File

@ -1,9 +1,9 @@
#!/usr/bin/python3 #!/usr/bin/python3
# It is assumed that you have installed the required packages in requirements.txt # It is assumed that you have installed the required packages in requirements.txt
# and have also installed Chromedriver from your package manager. # and have also installed ChromeDriver from your package manager.
# If you have installed Chromedriver separately, change the line below to the # If you have installed ChromeDriver separately, change the line below to the
# path of the Chromedriver executable. # path of the ChromeDriver executable.
CHROMEDRIVER_PATH = '/usr/bin/chromedriver' CHROMEDRIVER_PATH = '/usr/bin/chromedriver'
import networkx as nx import networkx as nx