From 9bbbfeefb2cfb892370bc296c0dccfbda1c6f299 Mon Sep 17 00:00:00 2001 From: gled Date: Thu, 25 Jul 2019 12:17:41 -0700 Subject: [PATCH] need some sleep, or commit the whole diff with production... --- relay/actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/actor.py b/relay/actor.py index 83f1d2e..dbec472 100644 --- a/relay/actor.py +++ b/relay/actor.py @@ -353,7 +353,7 @@ async def inbox(request): raise aiohttp.web.HTTPUnauthorized(body='access denied', content_type='text/plain') elif AP_CONFIG['whitelist_enabled'] is True and instance not in AP_CONFIG['whitelist']: - raise aiohttp.web.HTTPUnauthorized(body='access denied', content_type='text/plain') + raise aiohttp.web.HTTPUnauthorized(body='access denied', content_type='text/plain') # let's give a try and remove the instance from backoff if it sends us a message