SQL parameters must be of type list, tuple or dict, but is a list
I am trying to pass a variable from a class in a python file to another python file, but i keep getting an error saying that the parameters must of type list, dict or tuple.
I am trying to pass a variable from a class in a python file to another python file, but i keep getting an error saying that the parameters must of type list, dict or tuple.