Actually give badge name with update success message (badges.py)
This commit is contained in:
parent
24ea68d150
commit
a837ac3add
1 changed files with 1 additions and 1 deletions
|
@ -119,4 +119,4 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
badges[found_badge] = self._format_datetime(value)
|
||||
self._set_badges(event["user"], badges)
|
||||
event["stdout"].write("Updated '%s' badge")
|
||||
event["stdout"].write("Updated '%s' badge" % badge)
|
||||
|
|
Loading…
Reference in a new issue