From 1b4fd5e19eeabf870bcc5d669be75043b8371f0f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 25 Jul 2018 00:40:06 -0500 Subject: [PATCH] Change to /irc. --- lugito | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lugito b/lugito index 4e16872..8b38dfd 100755 --- a/lugito +++ b/lugito @@ -158,7 +158,7 @@ def listenirc(): elif ircmsg.find("https://phab.lubuntu.me/T") != -1: ircbot(ircmsg, "link") -@app.route("/", methods=["POST"]) +@app.route("/irc", methods=["POST"]) def main(): data = request.data hash = hmac.new(bytes(u"HMAC KEY", "utf-8"), data, sha256)