summaryrefslogtreecommitdiffstats
path: root/plugins/livestatus.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/livestatus.py')
-rw-r--r--plugins/livestatus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/livestatus.py b/plugins/livestatus.py
index f0b3bb8..9fc2ad7 100644
--- a/plugins/livestatus.py
+++ b/plugins/livestatus.py
@@ -30,7 +30,7 @@ def readLiveStatus(cmd):
# Change the default separators to
# Linefeed for row, | for columns,
# comma for lists such as contacts, semicolon for lists such as hosts
- cmd += "\nSeparators: 10 124 44 59"
+ cmd += "\nSeparators: 10 124 44 59\n"
s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
s.connect(_socketPath)