Commit d5a45f42 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix for #454

parent 06de65d7
...@@ -570,10 +570,10 @@ class pronsole(cmd.Cmd): ...@@ -570,10 +570,10 @@ class pronsole(cmd.Cmd):
sys.stdout.write(self.promptf()) sys.stdout.write(self.promptf())
sys.stdout.flush() sys.stdout.flush()
def help_help(self, l): def help_help(self, l = ""):
self.do_help("") self.do_help("")
def do_gcodes(self, l): def do_gcodes(self, l = ""):
self.help_gcodes() self.help_gcodes()
def help_gcodes(self): def help_gcodes(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment