From 815eea69bdd8abe679968ee65114906fed7884af Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 22 Jan 2019 20:50:44 +0000 Subject: Typo, had ")" closing an array instead of "]" (github) --- modules/github/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github/module.py') diff --git a/modules/github/module.py b/modules/github/module.py index 039ab1f6..2f891a59 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -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"]] -- cgit v1.3.1-10-gc9f91