diff --git a/app/templates/pagination.html b/app/templates/pagination.html
new file mode 100644
index 0000000..094b81a
--- /dev/null
+++ b/app/templates/pagination.html
@@ -0,0 +1,24 @@
+
+
+
\ No newline at end of file
diff --git a/main.py b/main.py
index af61bb7..884e1b7 100644
--- a/main.py
+++ b/main.py
@@ -19,8 +19,7 @@
# Use a nice format for the log messages
formatter = logging.Formatter(
"%(asctime)s [%(levelname)s] %(message)s"
- )
-
+)
console_handler.setFormatter(formatter)
uvicorn_access_logger = logging.getLogger("uvicorn.access")