_get_target needs params
This commit is contained in:
parent
2ecdc05d64
commit
e96173d60c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Module(ModuleManager.BaseModule):
|
|||
if not self._check_throttle(sender, positive):
|
||||
return False, "Try again in a couple of seconds"
|
||||
|
||||
target = self._get_target()
|
||||
target = self._get_target(server, target)
|
||||
|
||||
setting = "karma-%s" % target
|
||||
karma = sender.get_setting(setting, 0)
|
||||
|
|
Loading…
Reference in a new issue