Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent 22fb3e2 commit 9c4a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_matrix_notifier/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def take_image(self, snapshot_url=None, flipH=False, flipV=False, rotate=False):
data = None
if snapshot_url is None:
self._logger.info(
"Please configure the webcam snapshot settings " "before enabling sending snapshots!"
"Please configure the webcam snapshot settings before enabling sending snapshots!"
)
return

Expand Down

0 comments on commit 9c4a663

Please sign in to comment.