mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 02:24:40 +00:00
fix(proxy/utils.py): fix bool on check
This commit is contained in:
@@ -199,7 +199,7 @@ class ProxyLogging:
|
||||
alerting_args: Optional[dict] = None,
|
||||
):
|
||||
updated_slack_alerting: bool = False
|
||||
if self.alerting is not None:
|
||||
if alerting is not None:
|
||||
self.alerting = alerting
|
||||
updated_slack_alerting = True
|
||||
if alerting_threshold is not None:
|
||||
|
||||
Reference in New Issue
Block a user