1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-11-28 21:39:44 +02:00

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: