partial fix: fix function call for download progress

This commit is contained in:
Vxrtrauter
2025-10-10 22:15:24 +02:00
parent 9a7985696c
commit 108ba9ab31
3 changed files with 6 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ class AppState:
download_path: str = str(Path.home() / "Downloads")
speed_limit: int = 0
aria2process: Optional[Any] = None
aria2: Optional[Any] = None
aria2_threads: int = 4
state = AppState(posts=[], post_titles=[], post_urls=[], download_path="")