1
ddeath
8y

Traceback (most recent call last):
File "./scrap_script.py", line 162, in <module>
json.dump(mbetList, outfile, default=json_util.default)
NameError: name 'mbetList' is not defined

just wasted 4 hours...

Comments
  • 0
    We tend to not read the error message fully
  • 0
    maybe you have to define mbetList first before you use it in json.dump
Add Comment