diff --git a/examples/basic-python/main.py b/examples/basic-python/main.py index 1db5ad7..478a90d 100644 --- a/examples/basic-python/main.py +++ b/examples/basic-python/main.py @@ -9,7 +9,7 @@ load_dotenv() -window_frame_height = 29 # Additional px to take into the account the window border at the top +window_frame_height = 29 # Additional px to take into account the window border at the top def move_around(desktop, width, height): for i in range(5):