From 52ed476b55bcfdaef15e2539c6a0f619d36da08d Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 6 Feb 2019 00:58:50 +0100 Subject: [PATCH] [fix] bad filename --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 8bcd3b4..9e6d219 100644 --- a/server.py +++ b/server.py @@ -11,7 +11,7 @@ from sanic.exceptions import abort app = Sanic() secret = open("./github_webhook_secret", "r").read().strip() -gitbot_password = open("./github_webhook_secret", "r").read().strip() +gitbot_password = open("./gitbot_password", "r").read().strip() other_chans = { "doc": "doc",