diff --git a/notifier.py b/notifier.py index 86d9cca8b1..4d8822d79a 100644 --- a/notifier.py +++ b/notifier.py @@ -77,6 +77,7 @@ Usage: {} [-v] [-h] -v Enable debug mode -h Show this help '''.format(sys.argv[0])) + return if DEBUG: logging.basicConfig(level=logging.DEBUG)