Skip to content

Commit

Permalink
Merge pull request #425 from guysoft/bugfix/424
Browse files Browse the repository at this point in the history
Remove destinations keyword #424
  • Loading branch information
derpicknicker1 authored May 5, 2024
2 parents d8fa9ac + 780cef4 commit 11047f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_telegram/telegramCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@ def fileList(self, pathHash, page, cmd, chat_id, wait=0):
path = "/".join(fullPath.split("/")[1:])
self._logger.debug("fileList path : " + str(path))
fileList = self.main._file_manager.list_files(
path=path, destinations=dest, recursive=False
path=path, recursive=False
)
files = fileList[dest]
arrayD = []
Expand Down

0 comments on commit 11047f9

Please sign in to comment.