mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Added headers to autoProcess* scripts to make logging nicer
This commit is contained in:
parent
d2e3275562
commit
36df37d45e
5 changed files with 20 additions and 0 deletions
|
@ -25,6 +25,10 @@ class autoProcessTV:
|
|||
"We were unable to find a section for category %s, please check your autoProcessMedia.cfg file.", inputCategory)
|
||||
return 1
|
||||
|
||||
logger.postprocess("#########################################################")
|
||||
logger.postprocess("## ..::[%s]::.. :: CATEGORY:[%s]", section, inputCategory)
|
||||
logger.postprocess("#########################################################")
|
||||
|
||||
# auto-detect correct fork
|
||||
fork, fork_params = autoFork(inputCategory)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue