From c08b713ecb51988343caaa00ed811b781f41c92b Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 20 Jan 2013 22:03:27 -0800 Subject: [PATCH] Allow Manual Call for SickBeard --- nzbToSickBeard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index dd2a62fc..e2874426 100644 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -52,4 +52,5 @@ elif len(sys.argv) == 4: else: print "Invalid number of arguments received from client." - sys.exit() + print "Running autoProcessTV as a manual run..." + autoProcessTV.processEpisode('Manual Run', 'Manual Run', 0)