From b900b4d41a39b38686fd00b0dd4d36b8f1d5f51e Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 15 Oct 2017 11:39:38 +0200 Subject: [PATCH] minor cleanup --- .gitignore | 2 +- config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0b553e..4d9b16c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /cards/ __pycache__ *.pyc - +*.svg diff --git a/config.py b/config.py index ecd7b5f..d847e0e 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,5 @@ cache = False resourcedir = "resources/" carddir = "cards/" +svgdir = "svgs/" prettifyHTML = False#requires html5print module, only applies to html processed by airspeed