Cleaned up TorrentToMeda, moved CFG variables into our initalizer and made it so it exits with a return code.

Fixed the remaining nzbTo* scripts to exit with return codes.
This commit is contained in:
echel0n 2014-04-12 10:14:24 -07:00
commit e7cc4b3758
6 changed files with 58 additions and 38 deletions

View file

@ -8,4 +8,4 @@ def main():
nzbToMedia.main()
if __name__ == "__main__":
main()
exit(main())