You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested this issue on Friday 12/1/17 at 1:48PM PST
Actual Behavior
Does not respond. Console prints out this trace:
Traceback (most recent call last):
File "main.py", line 52, in <module>
main()
File "main.py", line 40, in main
message = command.action()
File "/home/pi/Peterman-Bot/commands/whoshould/whoshould.py", line 32, in action
officers = data[hoursSinceEight + 1][dayOfTheWeek + 1]
IndexError: list index out of range
Expected Behavior
Should print people signed up for the hour correctly
The text was updated successfully, but these errors were encountered:
Steps to replicate issue
whoshould
I tested this issue on Friday 12/1/17 at 1:48PM PST
Actual Behavior
Does not respond. Console prints out this trace:
Expected Behavior
Should print people signed up for the hour correctly
The text was updated successfully, but these errors were encountered: