diff --git a/meshchat.py b/meshchat.py index fc05097..871df15 100644 --- a/meshchat.py +++ b/meshchat.py @@ -2144,8 +2144,6 @@ class ReticulumMeshChat: }, }))) - # todo: handle file download progress - # download the file downloader = NomadnetFileDownloader(destination_hash, file_path, on_file_download_success, on_file_download_failure, on_file_download_progress) AsyncUtils.run_async(downloader.download()) @@ -2218,8 +2216,6 @@ class ReticulumMeshChat: }, }))) - # todo: handle page download progress - # download the page downloader = NomadnetPageDownloader(destination_hash, page_path_to_download, combined_data, on_page_download_success, on_page_download_failure, on_page_download_progress) AsyncUtils.run_async(downloader.download())