Add fix for ensure logging to main

This commit is contained in:
Andrew 2022-01-25 21:00:40 -05:00
parent 9d979bb0d2
commit eeaceb61fc

View File

@ -84,6 +84,8 @@ if __name__ == '__main__':
args = parser.parse_args()
helper.ensure_logging_setup()
setup_logging(debug=args.verbose)
# setting up the logger object