mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
indenting
We need to work on a standard... do we want to use tabs, 2 spaces, or 4 spaces? Most of what I did originally used 4 spaces (I think this is the default for idle).
This commit is contained in:
parent
08a05ef748
commit
e652fad813
1 changed files with 2 additions and 2 deletions
|
@ -427,8 +427,8 @@ if inputCategory == movieCategory:
|
||||||
Logger.info("MAIN: Calling postprocessing script for CouchPotatoServer") ###can we use logger while logfile open?
|
Logger.info("MAIN: Calling postprocessing script for CouchPotatoServer") ###can we use logger while logfile open?
|
||||||
autoProcessMovie.process(outputDestination, inputName, status)
|
autoProcessMovie.process(outputDestination, inputName, status)
|
||||||
elif inputCategory == tvCategory:
|
elif inputCategory == tvCategory:
|
||||||
Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open?
|
Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open?
|
||||||
autoProcessTV.processEpisode(outputDestination, inputName, status)
|
autoProcessTV.processEpisode(outputDestination, inputName, status)
|
||||||
|
|
||||||
sys.stdout = old_stdout
|
sys.stdout = old_stdout
|
||||||
log_file.close()
|
log_file.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue