♻️ Minor cleanup

This commit is contained in:
Nikhil Badyal
2025-03-19 23:59:05 +05:30
committed by Nikhil Badyal
parent aacb909ab1
commit e5a8d1423a
4 changed files with 56 additions and 30 deletions
+2
View File
@@ -24,6 +24,8 @@ class Downloader(object):
self._QUEUE: PriorityQueue[tuple[float, str]] = PriorityQueue()
self._QUEUE_LENGTH = 0
self.config = config
self.global_archs_priority: Any = None
self.app_version: Any = None
def _download(self: Self, url: str, file_name: str) -> None:
if not url: