diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2023-01-08 16:01:48 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2023-01-08 16:01:48 -0600 |
commit | 040a7dc9970f1f402d99934f5cd5398bde4f28f8 (patch) | |
tree | 5b518703fb9cc6d293db6dc422a0ff2474f83250 /vampire.lisp | |
parent | 08e561b5e876eac0f28126a953986bea53d0d111 (diff) |
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.
Diffstat (limited to 'vampire.lisp')
-rw-r--r-- | vampire.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
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) |