Cleanup processs

This commit is contained in:
2025-04-25 15:12:07 +02:00
parent 5e4b1acca0
commit 8d0d9c4321
4 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import os
import torch
import asyncio
from application import app, db
from models import LoggedItem, AllowedPlate
from application.models import LoggedItem, AllowedPlate
from datetime import datetime
torch.serialization.add_safe_globals( # type: ignore