bugfix: when config file is not found, there should be no recursive call.
Before this fix, when config file is not found, err() calls send_hipchat_msg(), which calls log(), which calls send_hipchat_msg() again. In log(), when HIPCHAT_ROOM_TOKEN is not found, should not call send_hipchat_msg().
parent
d0689294
Please register or sign in to comment