When I run bacend.py, the error occurs Traceback (most recent call last): File "backend.py", line 3, in <module> from json import JSONDecodeError ImportError: cannot import name JSONDecodeError
When I run bacend.py, the error occurs
Traceback (most recent call last):
File "backend.py", line 3, in
from json import JSONDecodeError
ImportError: cannot import name JSONDecodeError