ws: fix wrong message in the logfile
This commit is contained in:
parent
616574ed3b
commit
3468988572
@ -330,7 +330,7 @@ class MoonrakerApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
def identify_client(self, version, api_key):
|
def identify_client(self, version, api_key):
|
||||||
logging.debug("Sending printer.firmware_restart")
|
logging.debug("Sending server.connection.identify")
|
||||||
return self._ws.send_method(
|
return self._ws.send_method(
|
||||||
"server.connection.identify",
|
"server.connection.identify",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user