Update Python version and remove unused constant

Downgraded PYTHON_VERSION in build-windows.yml from 3.13.6 to 3.13.5. Removed SUBPROCESS_CREATIONFLAGS import and usage from ytsage_dialogs_custom.py as it was no longer needed.
This commit is contained in:
Your Name
2025-08-27 21:42:31 +03:00
parent 3312dc682b
commit 4779ab269f
2 changed files with 2 additions and 30 deletions
@@ -29,7 +29,7 @@ from PySide6.QtWidgets import (
)
from src.core.ytsage_yt_dlp import get_yt_dlp_path
from src.utils.ytsage_constants import YTDLP_DOCS_URL, SUBPROCESS_CREATIONFLAGS
from src.utils.ytsage_constants import YTDLP_DOCS_URL
try:
import yt_dlp
@@ -85,7 +85,6 @@ class CommandWorker(QObject):
text=True,
encoding="utf-8",
errors="replace",
creationflags=SUBPROCESS_CREATIONFLAGS,
)
# Stream output