From 640edb66afdfcfc7ad53a85ebccd840463d0029d Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 12 Jul 2022 12:15:38 +0200 Subject: [PATCH] backend: do not pollute repo with output pdfs --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index a3de57a..dbb6c5e 100644 --- a/web.py +++ b/web.py @@ -12,7 +12,7 @@ from makesticker import makesticker from makeplanche import makeplanche PORT = 8000 -OUT_DIR = '/data' +OUT_DIR = tempfile.gettempdir() TEMPLATE_DIR = '/data' DEFAULT_DPI = 300