Closed anjakefala closed 2 years ago
dict(['']) results in an Exception in Python, which is why the previous version was not working
the Exception was ValueError: dictionary update sequence element #0 has length 0; 2 is required
thank you!
dict(['']) results in an Exception in Python, which is why the previous version was not working
the Exception was ValueError: dictionary update sequence element #0 has length 0; 2 is required