Skip to content

Commit 11047f9

Browse files
Merge pull request #425 from guysoft/bugfix/424
Remove destinations keyword #424
2 parents d8fa9ac + 780cef4 commit 11047f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_telegram/telegramCommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ def fileList(self, pathHash, page, cmd, chat_id, wait=0):
27932793
path = "/".join(fullPath.split("/")[1:])
27942794
self._logger.debug("fileList path : " + str(path))
27952795
fileList = self.main._file_manager.list_files(
2796-
path=path, destinations=dest, recursive=False
2796+
path=path, recursive=False
27972797
)
27982798
files = fileList[dest]
27992799
arrayD = []

0 commit comments

Comments
 (0)