mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
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:
parent
8655082503
commit
8573749038
4 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
from autoProcess.nzbToMediaUtil import *
|
||||
from autoProcess.autoSickBeardFork import autoFork
|
||||
nzbtomedia_configure_logging(LOG_FILE)
|
||||
|
||||
fork, params = autoFork()
|
||||
print fork, params
|
Loading…
Add table
Add a link
Reference in a new issue