(self)
| 231 | self.store.store("config/id", bin_to_hex(id).encode()) |
| 232 | |
| 233 | def _lock_refresh(self): |
| 234 | if self.lock is not None: |
| 235 | self.lock.refresh() |
| 236 | |
| 237 | def save_key(self, keydata): |
| 238 | # note: saving an empty key means that there is no repokey anymore |
no test coverage detected