MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / reset_failures

Method reset_failures

api_utils/auth_manager.py:82–85  ·  view source on GitHub ↗

Reset the failure tracking.

(self)

Source from the content-addressed store, hash-verified

80 )
81
82 def reset_failures(self) -> None:
83 """Reset the failure tracking."""
84 self.failed_profiles.clear()
85 logger.info("Auth profile failure tracking reset.")
86
87
88# Global instance

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected