mirror of
https://github.com/timberjoegithub/GoogleScrape.git
synced 2026-07-22 00:19:48 +00:00
changed OS test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
URL = "https://www.google.com/maps/contrib/109274792898041753066/reviews/"
|
URL = "https://www.google.com/maps/contrib/109274792898041753066/reviews/"
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
if platform.system() eq 'Linux'
|
if platform.system() is 'Linux':
|
||||||
DriverLocation = "./Driver/chromedriver"
|
DriverLocation = "./Driver/chromedriver"
|
||||||
else:
|
else:
|
||||||
DriverLocation = "./Driver/chromedriver.exe"
|
DriverLocation = "./Driver/chromedriver.exe"
|
||||||
Reference in New Issue
Block a user