Skip to content

Commit

Permalink
fix problem status when no general gif but a gif for the status
Browse files Browse the repository at this point in the history
  • Loading branch information
giloser committed Aug 23, 2019
1 parent 4a18496 commit 388cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_telegram/telegramNotifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _sendNotification(self, payload, **kwargs):
if self.main._settings.get(["send_gif"]):
kwargs['with_gif'] = self.main._settings.get(['messages',str(kwargs['event']),'gif']) #giloser 05/05/19
else:
kwargs['with_gif'] = false
kwargs['with_gif'] = 0

self._logger.debug("Printer Status" + str(status))
# define locals for string formatting
Expand Down

0 comments on commit 388cc9b

Please sign in to comment.