Added in error handling to catch connection errors with autoFork.

Logger config now defaults to process.log if no logfile is specified.
This commit is contained in:
echel0n 2014-04-02 04:27:43 -07:00
commit 8573749038
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,6 @@
from autoProcess.nzbToMediaUtil import *
from autoProcess.autoSickBeardFork import autoFork
nzbtomedia_configure_logging(LOG_FILE)
fork, params = autoFork()
print fork, params