This commit is contained in:
aurinex
2025-12-01 16:48:22 +05:00
parent 70db9e8a3d
commit ca71883fe4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class SkinService:
skin_dir.mkdir(parents=True, exist_ok=True)
# Генерируем имя файла
skin_filename = f"{username}_{int(datetime.now().timestamp())}"
skin_filename = f"{username}_{int(datetime.now().timestamp())}.png"
skin_path = skin_dir / skin_filename
# Сохраняем файл