We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdbadb commit e14f3efCopy full SHA for e14f3ef
adafruit_esp32spi/adafruit_esp32spi.py
@@ -822,4 +822,4 @@ def set_private_key(self, private_key):
822
resp = self._send_command_get_response(_SET_PK, (private_key,))
823
if resp[0][0] != 1:
824
raise RuntimeError("Failed to set private key.")
825
- return resp[0]
+ return resp[0]
0 commit comments