Spaces:
Running
Running
final screenshot
Browse files- src/proxy_lite/cli.py +1 -1
src/proxy_lite/cli.py
CHANGED
@@ -45,7 +45,7 @@ def do_command(args):
|
|
45 |
path = folder_path / f"{result.run_id}.png"
|
46 |
with open(path, "wb") as f:
|
47 |
f.write(base64.b64decode(final_screenshot))
|
48 |
-
logger.info(f"🤖
|
49 |
|
50 |
gif_folder_path = Path(__file__).parent.parent.parent / "gifs"
|
51 |
gif_folder_path.mkdir(parents=True, exist_ok=True)
|
|
|
45 |
path = folder_path / f"{result.run_id}.png"
|
46 |
with open(path, "wb") as f:
|
47 |
f.write(base64.b64decode(final_screenshot))
|
48 |
+
logger.info(f"🤖 Final screenshot saved to {path}")
|
49 |
|
50 |
gif_folder_path = Path(__file__).parent.parent.parent / "gifs"
|
51 |
gif_folder_path.mkdir(parents=True, exist_ok=True)
|