From 20146a26f2c9987646d8be0bf859738f8e5631db Mon Sep 17 00:00:00 2001 From: echel0n Date: Sat, 12 Apr 2014 09:33:43 -0700 Subject: [PATCH] Testing auto-updater --- nzbToCouchPotato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())