diff --git a/.gitignore b/.gitignore index c33fd9f..71ac350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /venv /filecache -/__pycache__ \ No newline at end of file +/__pycache__ +/access_log.db \ No newline at end of file diff --git a/access_log.db b/access_log.db deleted file mode 100644 index 77531b6..0000000 Binary files a/access_log.db and /dev/null differ diff --git a/templates/browse.html b/templates/browse.html index 2e9fe94..bbf368d 100644 --- a/templates/browse.html +++ b/templates/browse.html @@ -2,6 +2,7 @@
+ diff --git a/templates/error.html b/templates/error.html index ddfc28f..5daf6c9 100644 --- a/templates/error.html +++ b/templates/error.html @@ -2,6 +2,7 @@ + @@ -42,7 +43,7 @@