summaryrefslogtreecommitdiffstats
path: root/ports.py
diff options
context:
space:
mode:
Diffstat (limited to 'ports.py')
-rwxr-xr-xports.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports.py b/ports.py
index 7912243..95c0987 100755
--- a/ports.py
+++ b/ports.py
@@ -28,7 +28,9 @@ def main():
load_modules()
log.debug(args)
- print do_command(args)
+ output, module, params = do_command(args)
+ module.close()
+ log.info(output)
if __name__ == '__main__':
main() \ No newline at end of file