You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "kindle.py", line 94, in <module>
main()
File "kindle.py", line 89, in main
save_clips(clips)
File "kindle.py", line 70, in save_clips
json.dump(clips, f)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/__init__.py", line 180, in dump
fp.write(chunk)
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: