Name the logger correctly.

This commit is contained in:
Ian Walton 2020-03-28 21:58:26 -04:00
parent 884874535a
commit a7a873a97c

View File

@ -10,7 +10,7 @@ from datetime import datetime
from functools import wraps
from .constants import USER_APP_NAME
log = logging.getLogger('win_utils')
log = logging.getLogger('utils')
seq_num = 0
seq_num_lock = Lock()