小修小补

This commit is contained in:
Pyhtagodzilla 2025-07-21 20:20:56 +08:00
parent e6cd86f70b
commit 5111dc5435

View File

@ -37,7 +37,7 @@ def init_driver_chrome():
driver.implicitly_wait(5) # Implicit wait for elements to load driver.implicitly_wait(5) # Implicit wait for elements to load
return driver return driver
def get_points(dr>iver) - None: def get_points(driver) -> None:
""" """
Open the rewards page and click all add-points elements. Open the rewards page and click all add-points elements.
""" """