From 29ad667e4297fd4c6e7d3d86ccaa0fc68ee39362 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com>
Date: Sun, 26 Sep 2021 16:23:18 -0600
Subject: quick fix on random uppercased letters

---
 src/pyssg/configuration.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src')

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:
-- 
cgit v1.2.3-70-g09d2