Typo, had ")" closing an array instead of "]" (github)

This commit is contained in:
jesopo 2019-01-22 20:50:44 +00:00
parent a27b567ae1
commit 815eea69bd

View file

@ -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"]]