mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Fix wrong number of arguments
This commit is contained in:
parent
8d34120a53
commit
66b121b2fc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class PusherFactory(object):
|
|||
logger.info("found pusher")
|
||||
return self.pusher_types[pusherdict['kind']](self.hs, pusherdict)
|
||||
|
||||
def _create_email_pusher(self, pusherdict):
|
||||
def _create_email_pusher(self, _hs, pusherdict):
|
||||
app_name = self._brand_from_pusherdict
|
||||
mailer = self.mailers.get(app_name)
|
||||
if not mailer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue