mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Updated docstring
This commit is contained in:
@@ -68,7 +68,7 @@ class Downloader(object):
|
|||||||
raise NotImplementedError(implement_method)
|
raise NotImplementedError(implement_method)
|
||||||
|
|
||||||
def specific_version(self: Self, app: APP, version: str) -> tuple[str, str]:
|
def specific_version(self: Self, app: APP, version: str) -> tuple[str, str]:
|
||||||
"""Function to download the specified version of app from apkmirror.
|
"""Function to download the specified version of app..
|
||||||
|
|
||||||
:param app: Name of the application
|
:param app: Name of the application
|
||||||
:param version: Version of the application to download
|
:param version: Version of the application to download
|
||||||
|
|||||||
Reference in New Issue
Block a user