mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
remove todos
This commit is contained in:
parent
51bdd35f01
commit
90445467e1
1 changed files with 0 additions and 4 deletions
|
|
@ -2144,8 +2144,6 @@ class ReticulumMeshChat:
|
||||||
},
|
},
|
||||||
})))
|
})))
|
||||||
|
|
||||||
# todo: handle file download progress
|
|
||||||
|
|
||||||
# download the file
|
# download the file
|
||||||
downloader = NomadnetFileDownloader(destination_hash, file_path, on_file_download_success, on_file_download_failure, on_file_download_progress)
|
downloader = NomadnetFileDownloader(destination_hash, file_path, on_file_download_success, on_file_download_failure, on_file_download_progress)
|
||||||
AsyncUtils.run_async(downloader.download())
|
AsyncUtils.run_async(downloader.download())
|
||||||
|
|
@ -2218,8 +2216,6 @@ class ReticulumMeshChat:
|
||||||
},
|
},
|
||||||
})))
|
})))
|
||||||
|
|
||||||
# todo: handle page download progress
|
|
||||||
|
|
||||||
# download the page
|
# 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)
|
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())
|
AsyncUtils.run_async(downloader.download())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue