diff --git a/utils.py b/utils.py index dafc316..f643238 100644 --- a/utils.py +++ b/utils.py @@ -37,7 +37,7 @@ def init_driver_chrome(): driver.implicitly_wait(5) # Implicit wait for elements to load return driver -def get_points(dr>iver) - None: +def get_points(driver) -> None: """ Open the rewards page and click all add-points elements. """