From 1e2b4d1c6df2fa59f4c0747259aba15a3b75ebd7 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 26 Jun 2023 13:33:42 -0700 Subject: [PATCH] Added button and js for shortcode generation --- app.py | 2 +- html/navbar.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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