summaryrefslogtreecommitdiff
path: root/src/pyssg/configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/configuration.py')
-rw-r--r--src/pyssg/configuration.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pyssg/configuration.py b/src/pyssg/configuration.py
index e07f452..d065b45 100644
--- a/src/pyssg/configuration.py
+++ b/src/pyssg/configuration.py
@@ -79,15 +79,15 @@ class Configuration:
except KeyError: pass
try:
- self.dformat = opts['date_formaT']
+ self.dformat = opts['date_format']
except KeyError: pass
try:
- self.l_dformat = opts['list_date_FORMAT']
+ self.l_dformat = opts['list_date_format']
except KeyError: pass
try:
- self.lsep_dformat = opts['list_sep_dATE_FORMAT']
+ self.lsep_dformat = opts['list_sep_date_format']
except KeyError: pass
try: