mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
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:
parent
95147cf7ec
commit
e7cc4b3758
6 changed files with 58 additions and 38 deletions
|
@ -8,4 +8,4 @@ def main():
|
|||
nzbToMedia.main()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue