Spaces:
Sleeping
Sleeping
Update tools/getDeviceInfo.py
Browse files- tools/getDeviceInfo.py +1 -4
tools/getDeviceInfo.py
CHANGED
|
@@ -72,7 +72,4 @@ class getDeviceInfo(Tool):
|
|
| 72 |
"webpage_content": webpage_content,
|
| 73 |
"device_info": device_info
|
| 74 |
}
|
| 75 |
-
return json.dumps(result) # ✅ Ensure return type matches "json"
|
| 76 |
-
|
| 77 |
-
def __init__(self, *args, **kwargs):
|
| 78 |
-
self.is_initialized = False
|
|
|
|
| 72 |
"webpage_content": webpage_content,
|
| 73 |
"device_info": device_info
|
| 74 |
}
|
| 75 |
+
return json.dumps(result) # ✅ Ensure return type matches "json"
|
|
|
|
|
|
|
|
|