diff --git a/daq/alert/alert_slack.html b/daq/alert/alert_slack.html index a20575c..8a6541d 100644 --- a/daq/alert/alert_slack.html +++ b/daq/alert/alert_slack.html @@ -3,7 +3,7 @@
- +
class DAQJobAlertSlackConfig
-(slack_webhook_url: str,
*,
verbosity: LogVerbosity = LogVerbosity.INFO,
remote_config: Optional[DAQRemoteConfig] = <factory>,
daq_job_type: str)
+(slack_webhook_url: str,
*,
verbosity: LogVerbosity = LogVerbosity.INFO,
remote_config: DAQRemoteConfig | None = <factory>,
daq_job_type: str)
DAQJobConfig is the base configuration class for DAQJobs.
@@ -243,7 +243,7 @@
-Generated by pdoc 0.11.2.
+Generated by pdoc 0.11.3.