diff --git a/core/views/expo.py b/core/views/expo.py index c51ee5d1..a496aa34 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -341,7 +341,7 @@ def expopage(request, path): content_type = getmimetype(path) return HttpResponse(content=content, content_type=content_type) except FileNotFoundError as e: - message = f" ! - 404 FileNotFound REMOTE_ADDR: {meta['REMOTE_ADDR']} [{stamp}] '/{path}'" + message = f" ! - 404 FileNotFound REMOTE_ADDR: {meta['REMOTE_ADDR']:>15} [{stamp}] '/{path}'" DataIssue.objects.create(parser="view404", message=message) return render(request, "pagenotfound.html", {"path": path}, status=404) except Exception as e: