diff --git a/env.py b/env.py index cd7fb75..6630927 100644 --- a/env.py +++ b/env.py @@ -1,7 +1,7 @@ URL = "https://www.google.com/maps/contrib/109274792898041753066/reviews/" import platform -if platform.system() eq 'Linux' +if platform.system() is 'Linux': DriverLocation = "./Driver/chromedriver" else: DriverLocation = "./Driver/chromedriver.exe" \ No newline at end of file