Closed JensRoland closed 4 months ago
Ran into an error here like NoneType does not have setdefault so I moved the default dict initialization up before the function call.
NoneType does not have setdefault
Ran into an error here like
NoneType does not have setdefault
so I moved the default dict initialization up before the function call.