Use parameter optional

This commit is contained in:
Andre Basche 2023-04-23 20:14:52 +02:00
parent 9594b9ebd8
commit d4c6ccdce3
3 changed files with 10 additions and 3 deletions

View file

@ -12,7 +12,7 @@ from pyhon.connection.auth import HonAuth
from pyhon.connection.handler.anonym import HonAnonymousConnectionHandler
from pyhon.connection.handler.hon import HonConnectionHandler
_LOGGER = logging.getLogger()
_LOGGER = logging.getLogger(__name__)
class HonAPI: