mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
pybricks.hubs.ThisHub.storage: Fix duplicate self.
Fixes https://github.com/pybricks/pybricks-api/issues/146
This commit is contained in:
@@ -101,8 +101,8 @@ class System:
|
||||
|
||||
def storage(self, offset, read=None, write=None):
|
||||
"""
|
||||
storage(self, offset, write=)
|
||||
storage(self, offset, read=) -> bytes
|
||||
storage(offset, write=)
|
||||
storage(offset, read=) -> bytes
|
||||
|
||||
Reads or writes binary data to persistent storage.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user