Updated testresults

Fix goodreads
Remove unused import
Limit number of routes for book pages
This commit is contained in:
Ozzie Isaacs
2025-09-20 11:21:34 +02:00
parent 6b11d0b4f3
commit a6fdd8ab36
4 changed files with 138 additions and 70 deletions

View File

@@ -29,7 +29,7 @@
from urllib.parse import urlparse, urljoin
from flask import request, url_for, redirect, current_app
from flask import request, url_for, current_app
def is_safe_url(target):