small tweaks

This commit is contained in:
vabene1111
2021-03-18 20:48:28 +01:00
parent cc3e00e75f
commit 55920501b8
2 changed files with 6 additions and 8 deletions

View File

@@ -552,7 +552,7 @@ def recipe_from_url(request):
},
status=400
)
return JsonResponse(get_from_scraper(scrape))
return JsonResponse(get_from_scraper(scrape, request.space))
@group_required('user')