Made output unbuffered (should help with logs). This will need a reboot
This commit is contained in:
parent
609897dce6
commit
b76b63b84b
|
|
@ -329,5 +329,5 @@ nag_hook = slack_util.Hook(nag_callback,
|
|||
channel_whitelist=[channel_util.COMMAND_CENTER_ID])
|
||||
|
||||
reassign_hook = slack_util.Hook(reassign_callback,
|
||||
pattern=r"reassign\s+(.*?)\s+->\s+(.+)",
|
||||
pattern=r"reassign\s+(.*?)->\s+(.+)",
|
||||
channel_whitelist=[channel_util.HOUSEJOBS])
|
||||
|
|
|
|||
Loading…
Reference in New Issue