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)