mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
♻️ Minor cleanup
This commit is contained in:
committed by
Nikhil Badyal
parent
aacb909ab1
commit
e5a8d1423a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user