Added button and js for shortcode generation

This commit is contained in:
2023-06-26 13:33:42 -07:00
parent a97f27c77f
commit 1e2b4d1c6d
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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}")