You are viewing a single comment's thread from:RE: Deutschbot - A discord and curation bot for local steemit communitiesView the full contextView the direct parentbitrocker2020 (77)in #utopian-io • 7 years ago When i run the command .. this error shows up. btw .. how do you obtain DB_CONNECTION_URI
If you point to a non existing db, it will automatically create one.
For a real easy solution, you could just put:
DB_CONNECTION_URI = 'sqlite:///./communitybot.db'
It will create the db right in the folder, you started the script from.