fix 500 error

pull/181/head
Aevann 2023-08-05 21:57:52 +03:00
parent 87e6b111ff
commit 663854e7c3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import re
import signal
from functools import partial
from os import path, listdir
from urllib.parse import parse_qs, urlparse, unquote
from urllib.parse import parse_qs, urlparse, unquote, ParseResult
from sqlalchemy.sql import func