You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/tristan/maxhilton/main.py", line 33, in <module>
db = database(DB_URL)
File "/home/tristan/maxhilton/.venv/lib/python3.10/site-packages/fastlite/kw.py", line 14, in database
path.parent.mkdir(exist_ok=True)
File "/usr/lib/python3.10/pathlib.py", line 1175, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'postgres:/myuser:[email protected]:5432'
Link to line 14 in kw.py
The text was updated successfully, but these errors were encountered: