mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fixed bug in nzbtomedia
This commit is contained in:
parent
ee5a808268
commit
f3e5a485e7
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ def main():
|
|||
nzbtomedia.initialize()
|
||||
|
||||
# debug command line options
|
||||
logger.debug("Options passed into nzbToMedia: " + sys.argv)
|
||||
logger.debug("Options passed into nzbToMedia: " + str(sys.argv))
|
||||
|
||||
# Post-Processing Result
|
||||
result = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue