From 97cf02577a19dcfb513859609131ce9131d4eedb Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Wed, 9 Apr 2025 08:00:15 +0100 Subject: [PATCH] fix: removing console log --- python_rpc/http_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_rpc/http_downloader.py b/python_rpc/http_downloader.py index 88334fe9..4358373e 100644 --- a/python_rpc/http_downloader.py +++ b/python_rpc/http_downloader.py @@ -58,4 +58,4 @@ class HttpDownloader: 'bytesDownloaded': download.completed_length, } - return response \ No newline at end of file + return response