diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-06 00:35:07 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-06 00:58:30 +0100 |
commit | 425051521bf80c9626187e805e87f80eb88fd127 (patch) | |
tree | ac1f279951011f3da74fcfb990203985c9194902 /main.py | |
parent | Accept train time as argv (diff) | |
download | renfe-425051521bf80c9626187e805e87f80eb88fd127.tar.gz renfe-425051521bf80c9626187e805e87f80eb88fd127.tar.bz2 renfe-425051521bf80c9626187e805e87f80eb88fd127.zip |
screenshot when buying ticket
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py index e98ce95..49c7970 100644 --- a/main.py +++ b/main.py @@ -37,6 +37,8 @@ def main(): main_loop(driver) + sleep(5) + driver.get_screenshot_as_file("bought.png") logging.info("TICKET BOUGHT!!") sleep(999999999) |