Typo, had ")" closing an array instead of "]" (github)
This commit is contained in:
parent
a27b567ae1
commit
815eea69bd
1 changed files with 1 additions and 1 deletions
|
@ -524,4 +524,4 @@ class Module(ModuleManager.BaseModule):
|
|||
data["team"]["name"])]
|
||||
|
||||
def watch(self, event, data):
|
||||
return ["%s starred the repository" % data["sender"]["login"])
|
||||
return ["%s starred the repository" % data["sender"]["login"]]
|
||||
|
|
Loading…
Reference in a new issue