diff options
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py index d651b336..69669af0 100644 --- a/src/handler.py +++ b/src/handler.py @@ -58,6 +58,10 @@ class Handler(Singleton): # We send our time # Args: the stanza we reply to + 'error-message': list(), + # We send our time + # Args: the stanza we reply to + 'error': list() # We send our time # Args: the stanza we reply to |