Commit 21e50931 by Fred Smith

Merge pull request #2182 from edx/derf/remove_double_hipchat_messages

remove double hipchat messages
parents 654995c5 1b083d38
......@@ -674,7 +674,7 @@ def send_hipchat_message(message):
print(message)
if args.callback_url:
r=requests.get("{}/{}".format(args.callback_url, message))
else:
#If hipchat is configured send the details to the specified room
if args.hipchat_api_token and args.hipchat_room_id:
import hipchat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment