From e3eb2e3af99d74ca40ec3e2e19fb791edd42193a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 28 Jun 2019 23:06:39 +0100 Subject: [PATCH] No self --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 1624120d..c8c7ea90 100644 --- a/inbox.py +++ b/inbox.py @@ -9,7 +9,7 @@ __status__ = "Production" import json import os -def inboxPermittedMessage(self,messageJson,federationList) -> bool: +def inboxPermittedMessage(messageJson,federationList) -> bool: """ check that we are receiving from a permitted domain """ testParam='actor'