summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/myth_status.py')
-rw-r--r--abs/core/LinHES-system/myth_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/myth_status.py b/abs/core/LinHES-system/myth_status.py
index da43679..2e48024 100644
--- a/abs/core/LinHES-system/myth_status.py
+++ b/abs/core/LinHES-system/myth_status.py
@@ -5,7 +5,7 @@ try:
be=MythBE()
db = MythDB()
except:
- print "Couldn't connect to MythTV service for status"
+ print "\nCouldn't connect to MythTV service for status"
sys.exit(1)
cursor = db.cursor()