Skip to content

Commit

Permalink
again a wrong tab
Browse files Browse the repository at this point in the history
  • Loading branch information
giloser committed Jan 12, 2021
1 parent e2948b4 commit cc54b75
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 @@ -884,7 +884,7 @@ def cmdFilament(self,chat_id,from_id,cmd,parameter):
def cmdHelp(self,chat_id,from_id,cmd,parameter):
if self.main._plugin_manager.get_plugin("psucontrol",True):
switch_command = "/off - Switch off the Printer.\n/on - Switch on the Printer.\n"
else:
else:
switch_command = ""
self.main.send_msg(self.gEmo('info') + gettext(" *The following commands are known:*\n\n"
"/abort - Aborts the currently running print. A confirmation is required.\n"
Expand Down

0 comments on commit cc54b75

Please sign in to comment.