Skip to content

Commit

Permalink
bugfix (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Jun 2, 2023
1 parent def0c71 commit abab579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slackbot_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def scan(
event_type: str,
do_gcn: bool,
time_window: int | None,
prob_threshold: float | None,
):
""" """
slack_bot = Slackbot(
Expand Down Expand Up @@ -176,6 +177,7 @@ def message(payload):
event_type=event_type,
do_gcn=do_gcn,
time_window=time_window,
prob_threshold=prob_threshold,
)
else:
return
Expand Down

0 comments on commit abab579

Please sign in to comment.