mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Updated function name
This commit is contained in:
@@ -12,7 +12,7 @@ from src.config import RevancedConfig
|
||||
from src.downloader.utils import implement_method
|
||||
from src.exceptions import PatchingFailed
|
||||
from src.patches import Patches
|
||||
from src.utils import handle_response
|
||||
from src.utils import handle_github_response
|
||||
|
||||
|
||||
class Downloader(object):
|
||||
@@ -54,7 +54,7 @@ class Downloader(object):
|
||||
stream=True,
|
||||
headers=headers,
|
||||
)
|
||||
handle_response(response)
|
||||
handle_github_response(response)
|
||||
total = int(response.headers.get("content-length", 0))
|
||||
bar = tqdm(
|
||||
desc=file_name,
|
||||
|
||||
Reference in New Issue
Block a user