replace pymysql with mysqlclient as it is "better"; also fix an issue in the ui exporter that had wrong imports

This commit is contained in:
Viktor Barzin 2025-10-18 09:58:55 +00:00
parent 0801aaf200
commit ced9a153bd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 46 additions and 20 deletions

View file

@ -2,7 +2,7 @@ import json
import logging
import pathlib
from rec.query import QueryParameters
from models.listing import QueryParameters
from repositories.listing_repository import ListingRepository
logger = logging.getLogger("uvicorn.error")