chore: add traceback import for enhanced error handling

- Introduced the traceback module to improve error reporting and debugging capabilities.
- Ensured that existing code logic remains unchanged while preparing for future enhancements.
This commit is contained in:
Timothyxxx
2025-08-12 05:15:54 +00:00
parent 9e4d717cde
commit 7418f5cf2f

View File

@@ -3,6 +3,7 @@ import logging
import random
from typing import Any, Dict, Optional
import time
import traceback
import requests
from desktop_env.actions import KEYBOARD_KEYS