mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -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
|
||||
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
|
||||
logger.debug("Options passed into TorrentToMedia: " + str(sys.argv))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue