Skip to content

Commit 5efa2c3

Browse files
authored
Update example_module.py
Signed-off-by: mpgn <5891788+mpgn@users.noreply.github.com>
1 parent 5b6d00e commit 5efa2c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nxc/modules/example_module.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ def on_admin_login(self, context, connection):
4949
This gets called on each authenticated connection with Administrative privileges
5050
"""
5151

52+
def on_shutdown(self, context, connection):
53+
"""Optional.
54+
Do something on shutdown
55+
"""
56+

0 commit comments

Comments
 (0)