Capitalise ChromeDriver
This commit is contained in:
parent
8faf429e0c
commit
6ca88dfd94
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user