From f392b6930d6393f8959c8e748404c64404c5b324 Mon Sep 17 00:00:00 2001 From: shirshasa Date: Fri, 18 Sep 2020 17:50:02 +0300 Subject: [PATCH] add 5 lvl --- src/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.py b/src/config.py index 8f10bb9..53eb2ab 100644 --- a/src/config.py +++ b/src/config.py @@ -50,8 +50,8 @@ class BookLogger: class LawCartaConfig: - SUPPORTED_LEVELS = 4 - SUPPORTED_HEADERS = {"h1", "h2", "h3", "h4"} + SUPPORTED_LEVELS = 5 + SUPPORTED_HEADERS = {"h1", "h2", "h3", "h4", "h5"} HEADERS_LEVELS = {"h1", "h2", "h3", "h4", "h5", "h6", "h7", "h8", "h9"} # Main constant values