Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -149,6 +149,7 @@ def load_retool_accounts_from_file():
|
|
149 |
"agents": []
|
150 |
})
|
151 |
print(f"成功加载 {len(result)} 个Retool账户")
|
|
|
152 |
return result
|
153 |
except FileNotFoundError:
|
154 |
print("错误: retool.json未找到。API调用将失败。")
|
|
|
149 |
"agents": []
|
150 |
})
|
151 |
print(f"成功加载 {len(result)} 个Retool账户")
|
152 |
+
print(result)
|
153 |
return result
|
154 |
except FileNotFoundError:
|
155 |
print("错误: retool.json未找到。API调用将失败。")
|