playingapi commited on
Commit
6246289
·
verified ·
1 Parent(s): c260e88

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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调用将失败。")