DEV Community

mybeaut
mybeaut

Posted on

KIVYMD sqlite3 error

Hello,
Please help me solve the below error.
am trying to join main.py file with a database.py

Below is encountered when I initialize the datebase

db = Database()
Error:
init() missing 1 required positional argument: 'url'

Latest comments (0)