From 6d2484376a5816387fedfb03eb83c42bcb81d6a1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 29 Dec 2024 03:42:58 +0000 Subject: refactor & git author work --- core/views/expo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'core/views/expo.py') diff --git a/core/views/expo.py b/core/views/expo.py index d0b721e..d3d649b 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -80,7 +80,6 @@ def mapfile(request, path): return render(request, "errors/generic.html", {"message": message}) - def expofilessingle(request, filepath): """sends a single binary file to the user, if not found, show the parent directory If the path actually is a directory, then show that. -- cgit v1.2.3