mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 22:29:41 +02:00
Use parameter optional
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user