Max Fratini
Results
1
comments of
Max Fratini
Hi, I do not believe checking against `None` would work, because `database` is set to `""`. I've fixed this way and it works: ``` if database == "": self.args =...