diff --git a/nzbToMedia.py b/nzbToMedia.py index 025fb845..6e88aab2 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -737,14 +737,14 @@ def main(args, section=None): if result[0] == 0: logger.info("The %s script completed successfully." % args[0]) if result[1]: - print result[1] # For SABnzbd Status display. + print result[1] + "!" # For SABnzbd Status display. if os.environ.has_key('NZBOP_SCRIPTDIR'): # return code for nzbget v11 del nzbtomedia.MYAPP return (nzbtomedia.NZBGET_POSTPROCESS_SUCCESS) else: logger.error("A problem was reported in the %s script." % args[0]) if result[1]: - print result[1] # For SABnzbd Status display. + print result[1] + "!" # For SABnzbd Status display. if os.environ.has_key('NZBOP_SCRIPTDIR'): # return code for nzbget v11 del nzbtomedia.MYAPP return (nzbtomedia.NZBGET_POSTPROCESS_ERROR) diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 6db6cff4..c2642d6f 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -202,11 +202,11 @@ def initialize(section=None): return False if not makeDir(LOG_DIR): - print("No log folder, logging to screen only!") + print("No log folder, logging to screen only") MYAPP = RunningProcess() while MYAPP.alreadyrunning(): - print("Waiting for existing session to end!") + print("Waiting for existing session to end") time.sleep(30) try: