diff --git a/app.py b/app.py index dd25ca4..b6479ba 100644 --- a/app.py +++ b/app.py @@ -23,7 +23,7 @@ timestamp_runtime: datetime = datetime.now().strftime("%d%b%y-%H:%M") logging.basicConfig( filename=f"logs/kjv-api_{datetime.now().strftime('%d%b%y')}.log", encoding="utf-8", - level=logging.DEBUG, + level=logging.INFO, ) logging.info(f"Started: {timestamp_runtime}") diff --git a/html/navbar.html b/html/navbar.html index 8945159..42d8482 100644 --- a/html/navbar.html +++ b/html/navbar.html @@ -13,10 +13,23 @@ + + +
{prev_chapter_name} | {current_chapter_name} | {next_chapter_name} → + \ No newline at end of file