diff --git a/src/handlers/handle_ftp.py b/src/handlers/handle_ftp.py index c2f4e18..df84be9 100644 --- a/src/handlers/handle_ftp.py +++ b/src/handlers/handle_ftp.py @@ -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