mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[fix] bad filename
This commit is contained in:
parent
431e2ae038
commit
52ed476b55
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from sanic.exceptions import abort
|
||||||
app = Sanic()
|
app = Sanic()
|
||||||
|
|
||||||
secret = open("./github_webhook_secret", "r").read().strip()
|
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 = {
|
other_chans = {
|
||||||
"doc": "doc",
|
"doc": "doc",
|
||||||
|
|
Loading…
Reference in a new issue