Lots of debug messages.

This commit is contained in:
Griatch 2016-10-11 21:49:52 +02:00
parent cc76de348e
commit 1981f8073f
3 changed files with 14 additions and 4 deletions

View file

@ -42,7 +42,7 @@ command definition too) with function defintions:
# code
return text, options
def node_with_other_namen(caller, input_string):
def node_with_other_name(caller, input_string):
# code
return text, options
```