From 040a7dc9970f1f402d99934f5cd5398bde4f28f8 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sun, 8 Jan 2023 16:01:48 -0600 Subject: Clean: code review feedback Add: extra filename cleaning Removes the legion cluster for zipping and just uses inline zipping in a thunk before adding the link element to the DOM. Cleans more characters from filenames for the zip file. Ensures there aren't errors around deleting the zip file if it isn't there. --- vampire.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'vampire.lisp') diff --git a/vampire.lisp b/vampire.lisp index 4470917..a45b853 100644 --- a/vampire.lisp +++ b/vampire.lisp @@ -47,7 +47,6 @@ (setf *config* config) (initialize-database config ) (start-downloader-service config) - (start-zipper-service config) (clog:initialize 'main :port (port config) :host (host config) -- cgit v1.2.3