From f91fd000676cf03acf4c354310f5dd0ec78c7077 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Jan 2020 15:41:24 +0100 Subject: [PATCH] Removed old comment note for esp.file_download --- platypush/plugins/esp/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platypush/plugins/esp/__init__.py b/platypush/plugins/esp/__init__.py index 9fa06c9c..039515ca 100644 --- a/platypush/plugins/esp/__init__.py +++ b/platypush/plugins/esp/__init__.py @@ -1581,7 +1581,6 @@ print([b for b in os.urandom({size})]) def file_download(self, source: str, destination: str, timeout: Optional[float] = 60.0, **kwargs): """ Download a file from the board to the local machine. - NOTE: It only works with non-binary files. :param source: Name or path of the file to download from the device. :param destination: Target directory or path on the local machine.