2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-23 07:38:01 +00:00

formatting

This commit is contained in:
2026-02-10 19:00:04 +00:00
parent 10e270b8d6
commit 9a47648e4a

View File

@@ -343,7 +343,7 @@ def expopage(request, path):
DataIssue.objects.create(parser="view404", message=message)
return render(request, "pagenotfound.html", {"path": path}, status=404)
except Exception as e:
message = f" ! - 404? REMOTE_ADDR: {meta['REMOTE_ADDR']}' /{path}' {e}"
message = f" ! - 404? REMOTE_ADDR: {meta['REMOTE_ADDR']:>15}' /{path}' {e}"
DataIssue.objects.create(parser="view404", message=message)
return render(request, "pagenotfound.html", {"path": path}, status=404)