I am getting the error
Traceback (most recent call last):
File "c:\Users\psing\Documents\GitHub\wp-site\autogen.py", line 20, in
main()
File "c:\Users\psing\Documents\GitHub\wp-site\autogen.py", line 5, in main
links = json.load(f)
NameError: name 'json' is not defined
I am getting the error
Traceback (most recent call last):
File "c:\Users\psing\Documents\GitHub\wp-site\autogen.py", line 20, in
main()
File "c:\Users\psing\Documents\GitHub\wp-site\autogen.py", line 5, in main
links = json.load(f)
NameError: name 'json' is not defined
Add an
import jsonon top!