diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 0433ff90..fe663eaf 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -8,4 +8,4 @@ def main(): nzbToMedia.main() if __name__ == "__main__": - main() + exit(main())