Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Apr 21, 2023
1 parent 5f566ef commit 8890b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackbot_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def message(payload):
["window", "timewindow", "time-window"]
):
try:
time_window = int(split_message[i + 1])
time_window = int(split_text[i + 1])
except ValueError:
wc.chat_postMessage(
channel=channel_id,
Expand Down

0 comments on commit 8890b9e

Please sign in to comment.