Skip to content

Commit

Permalink
fix(monitor): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jan 17, 2025
1 parent 9b801c6 commit 8aa99f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytmbot/plugins/monitor/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def start_monitoring(self) -> None:
"component": "monitoring",
"action": "start",
"attempt": attempt,
"trace hold": self.monitor_settings.tracehold,
"tracehold": self.monitor_settings.tracehold,
"event_threshold_duration": {self.event_threshold_duration},
"check_interval": self.check_interval,
"poll_interval": self.poll_interval,
Expand Down

0 comments on commit 8aa99f8

Please sign in to comment.