rename logger
to define in const
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import logging
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
#ecovacs constants
|
||||
#init constants
|
||||
|
||||
Reference in New Issue
Block a user