Update handle_ftp.py

This commit is contained in:
Neocky 2023-02-09 20:58:17 +01:00
parent a9bac687c8
commit 3f4380acae

View File

@ -141,6 +141,7 @@ def ftp_download_file(ftp, path_download, file) -> None:
Download a file of the ftp server
:param ftp: ftp connection
:param path_download: Path to save downloaded file to
:param file: File to download
:returns None