diff --git a/constants.py b/constants.py index 8319a0e..8df6930 100644 --- a/constants.py +++ b/constants.py @@ -4,7 +4,7 @@ # ---- INT values 'SHORT_LENGTH' : 10, 'MEDIUM_LENGTH' : 30, - 'LONG__LENGTH' : 50, + 'LONG_LENGTH' : 50, 'LONG_TEXT_DESCRIPTION' : 140, 'UNIT_LENGTH' : 2, 'PRICE_PRECISION' : 2,