mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
feat: add a new to sanic server instance
This commit is contained in:
parent
17024067b5
commit
80425548e1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from sanic.response import text
|
||||||
from sanic.exceptions import abort
|
from sanic.exceptions import abort
|
||||||
|
|
||||||
|
|
||||||
app = Sanic()
|
app = Sanic(name="Webhooks")
|
||||||
|
|
||||||
secret = open("./github_webhook_secret", "r").read().strip()
|
secret = open("./github_webhook_secret", "r").read().strip()
|
||||||
gitbot_password = open("./gitbot_password", "r").read().strip()
|
gitbot_password = open("./gitbot_password", "r").read().strip()
|
||||||
|
|
Loading…
Reference in a new issue