changed OS test

This commit is contained in:
Joe Steele
2024-02-19 19:06:03 -05:00
parent e012130345
commit d94351ae45
+1 -1
View File
@@ -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"