wtf git
This commit is contained in:
parent
ad0f810c71
commit
4301845434
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ async def inbox(request):
|
|||
DATABASE['not-subscribed'] = not_subd
|
||||
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']:
|
||||
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')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue