diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
commit | f1303e0a704be55ac6d992cf2dad5f27a9c34c3a (patch) | |
tree | e431401f4079ed0b8b9a116394586d6a8fe1f047 /cgit | |
parent | README: update (diff) | |
download | cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.tar.gz cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.zip |
change default "output_dir"
Diffstat (limited to '')
-rw-r--r-- | cgitize/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitize/config.py b/cgitize/config.py index 2f074bb..9f515c9 100644 --- a/cgitize/config.py +++ b/cgitize/config.py @@ -35,7 +35,7 @@ class Section: class MainSection(Section): - DEFAULT_OUTPUT_DIR = '/var/tmp/cgitize/output' + DEFAULT_OUTPUT_DIR = '/var/tmp/cgitize' @property def output_dir(self): |