Opened this issue 4 years ago · 1 comments
This will require persistent storage of the last episode played.
with FileSystemAccess('identity').open('identity2.json', 'r') as f: data = f.read()
with self.file_system.open("my_file", "w") as f: f.write("hello world")