Jarvis-Brain 0.1.13.3__tar.gz → 0.1.13.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Jarvis_Brain
3
- Version: 0.1.13.3
3
+ Version: 0.1.13.4
4
4
  Summary: Jarvis brain mcp
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: beautifulsoup4
@@ -420,7 +420,7 @@ def register_get_screenshot(mcp: FastMCP, browser_manager):
420
420
  if not os.path.exists(html_source_code_local_save_path):
421
421
  os.makedirs(html_source_code_local_save_path)
422
422
  timestamp = int(time.time() * 1000)
423
- # time.sleep(1)
423
+ time.sleep(3)
424
424
  origin_png = target_tab.get_screenshot(as_bytes="png")
425
425
  compress_png = compress_image_bytes(origin_png)
426
426
  image_path = os.path.join(html_source_code_local_save_path, f"{browser_port}_{tab_id}_{timestamp}.png")
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Jarvis_Brain" # 别人下载时用的名字,必须在 PyPI 上唯一
3
- version = "0.1.13.3"
3
+ version = "0.1.13.4"
4
4
  description = "Jarvis brain mcp"
5
5
  dependencies = [
6
6
  "fastmcp",
File without changes