mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-07 05:31:11 -07:00
Code cleanup
This commit is contained in:
parent
92d00ed62a
commit
cdadf045a8
15 changed files with 106 additions and 92 deletions
|
@ -332,7 +332,7 @@ def main(args):
|
|||
logger.postprocess("#########################################################")
|
||||
|
||||
# debug command line options
|
||||
logger.debug("Options passed into TorrentToMedia: " + str(args))
|
||||
logger.debug("Options passed into TorrentToMedia: %s", args)
|
||||
|
||||
# Post-Processing Result
|
||||
result = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue