parent
895912fac3
commit
ee18d7f14e
@ -1338,7 +1338,7 @@ class ZK(object):
|
|||||||
:return: bool
|
:return: bool
|
||||||
"""
|
"""
|
||||||
command = const.CMD_CLEAR_DATA
|
command = const.CMD_CLEAR_DATA
|
||||||
command_string = ''
|
command_string = b''
|
||||||
cmd_response = self.__send_command(command, command_string)
|
cmd_response = self.__send_command(command, command_string)
|
||||||
if cmd_response.get('status'):
|
if cmd_response.get('status'):
|
||||||
self.next_uid = 1
|
self.next_uid = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user