[mod] clean stuff

This commit is contained in:
Laurent Peuch 2019-02-05 23:03:59 +01:00
parent 44b4886592
commit 0d746a6efc

View file

@ -65,15 +65,7 @@ async def github(request):
commit_message = commit["message"] commit_message = commit["message"]
notify(f"[{repository}/{branch}] {commit_message} - {author}") notify(f"[{repository}/{branch}] {commit_message} - {author}")
""" return text("ok")
2019-01-30 15:26:41 yunobridge <GitBot> [yunohost] @alexAubin commented on issue #636: >you can completly remove the CCC server... https://github.com/YunoHost/yunohost/pull/636#issuecomment-458962632
"""
# if hook_type == "pull_request":
# project = request.json["repository"]["name"]
# number = request.json["pull_request"]["number"]
# print("reimporting pr %s#%s" % (project, number))
@app.route("/") @app.route("/")