Fix logging

This commit is contained in:
Sean Whalen
2018-03-29 18:33:05 -04:00
parent 19157830bf
commit c27acb7901

View File

@@ -115,7 +115,7 @@ def _main():
args = arg_parser.parse_args()
logger.setLevel(logger.setLevel(logging.INFO))
logger.setLevel(logging.INFO)
if args.silent:
logger.setLevel(logging.ERROR)
if args.debug: