paperdoll
paperdoll copied to clipboard
OperationalError: unable to open database file
hi, after I run the code below
db = sqlite3.connect('file:chictopia.sqlite3?mode=ro', uri=True)
it showed:
OperationalError: unable to open database file
please tell me how to fix this?