from_repo/to_repo -> repo_from/repo_to (github.py)

This commit is contained in:
jesopo 2019-01-09 22:51:55 +00:00
parent 2afe2d1c57
commit 470f9fc945

View file

@ -81,7 +81,7 @@ class Module(ModuleManager.BaseModule):
event["stdout"].write( event["stdout"].write(
"(%s/%s pull#%s) [%s/%s] %s%s - %s %s" % ( "(%s/%s pull#%s) [%s/%s] %s%s - %s %s" % (
username, repository, number, added, removed, username, repository, number, added, removed,
from_repo, to_repo, page.data["title"], url)) repo_from, repo_to, page.data["title"], url))
@utils.hook("api.post.github") @utils.hook("api.post.github")
def webhook(self, event): def webhook(self, event):