uniconproject / unicon

http://www.unicon.org
Other
57 stars 28 forks source link

Fix call to open() on a database. #462

Closed StephenWampler closed 5 months ago

StephenWampler commented 6 months ago

To be honest, I don't understand how the original version ever worked as the arguments to open() aren't correct according to the documentation. Yet it used to work but now doesn't. This new version fixes that.