Skip to content

Commit

Permalink
Merge branch 'fabianonline:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
damned-me authored May 24, 2024
2 parents bc4483a + c3c1971 commit 5322eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-Telegram"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.6.5"
plugin_version = "1.6.7"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 5322eff

Please sign in to comment.