[fix] bad filename

This commit is contained in:
Laurent Peuch 2019-02-06 00:58:50 +01:00
parent 431e2ae038
commit 52ed476b55

View file

@ -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",