Forgot to update new var name

This commit is contained in:
Logan Cusano
2022-03-31 02:30:46 -04:00
parent 6efca8f0fa
commit 579987d571

View File

@@ -239,7 +239,7 @@ def init_global_logger(_verbose_level: str = "WARNING"):
# add the handlers to the logger
init_logger.addHandler(fh)
init_logger.addHandler(ch)
init_logger.addHandler(th)
#if __name__ is not 'main':