mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
Added console headers.
This commit is contained in:
parent
e7cc4b3758
commit
ffe5c6dba1
2 changed files with 8 additions and 0 deletions
|
@ -374,6 +374,10 @@ def main():
|
||||||
# Initialize the config
|
# Initialize the config
|
||||||
nzbtomedia.initialize()
|
nzbtomedia.initialize()
|
||||||
|
|
||||||
|
logger.postprocess("#########################################################")
|
||||||
|
logger.postprocess("## ..::[%s]::.. :: STARTING", os.path.splitext(os.path.basename(os.path.normpath(os.path.abspath(__file__))))[0])
|
||||||
|
logger.postprocess("#########################################################")
|
||||||
|
|
||||||
# debug command line options
|
# debug command line options
|
||||||
logger.debug("Options passed into TorrentToMedia: " + str(sys.argv))
|
logger.debug("Options passed into TorrentToMedia: " + str(sys.argv))
|
||||||
|
|
||||||
|
|
|
@ -336,6 +336,10 @@ def main():
|
||||||
# Initialize the config
|
# Initialize the config
|
||||||
nzbtomedia.initialize()
|
nzbtomedia.initialize()
|
||||||
|
|
||||||
|
logger.postprocess("#########################################################")
|
||||||
|
logger.postprocess("## ..::[%s]::.. :: STARTING", os.path.splitext(os.path.basename(os.path.normpath(os.path.abspath(__file__))))[0])
|
||||||
|
logger.postprocess("#########################################################")
|
||||||
|
|
||||||
# debug command line options
|
# debug command line options
|
||||||
logger.debug("Options passed into nzbToMedia: " + str(sys.argv))
|
logger.debug("Options passed into nzbToMedia: " + str(sys.argv))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue