Spaces:
Runtime error
Runtime error
| with open(".env", "rb") as f: | |
| content = f.read() | |
| print(repr(content)) | |
| with open(".env", "rb") as f: | |
| content = f.read() | |
| print(repr(content)) | |