From 90445467e12fa88eaed6e96ceac7b0d89501a55c Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 18 Jul 2025 20:34:26 +1200 Subject: [PATCH] remove todos --- meshchat.py | 4 ---- 1 file changed, 4 deletions(-) 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())