diff --git a/checkTvEps.py b/checkTvEps.py index 976d52c..c1b40b8 100755 --- a/checkTvEps.py +++ b/checkTvEps.py @@ -355,7 +355,7 @@ if len(invalid) > 0: errors = getError(invalid,errorno) if len(errors) == 0: continue - errormsg = "# %s (error code %d)" % (errordescr, errorno) + errormsg = "# %s (error code %d) #" % (errordescr, errorno) print "#"*len(errormsg) print errormsg print "#"*len(errormsg)