Ameliorations graphique interface

This commit is contained in:
skymike03
2025-07-10 22:32:35 +02:00
parent 1aa0a5d2e8
commit 01d1670ac0
8 changed files with 1446 additions and 412 deletions

View File

@@ -7,7 +7,6 @@ import pygame # type: ignore
import zipfile
import json
import time
from urllib.parse import urljoin, unquote
import asyncio
import config
from utils import sanitize_filename
@@ -346,7 +345,7 @@ async def download_rom(url, platform, game_name, is_zip_non_supported=False):
if os.path.exists(dest_path):
os.remove(dest_path)
result[0] = False
result[1] = str(e)
result[1] = f"Erreur téléchargement {game_name}"
finally:
logger.debug(f"Thread téléchargement terminé pour {url}")
with lock: