Skip to content

Commit 113fe97

Browse files
authored
Merge pull request #100 from KleinerKobold/patch-1
removed sqlite forth /
2 parents 6c05515 + 9da9c5c commit 113fe97

File tree

1 file changed

+1
-1
lines changed
  • flask-connexion-rest-part-2/version_1

1 file changed

+1
-1
lines changed

flask-connexion-rest-part-2/version_1/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
app = connex_app.app
1313

1414
# Build the Sqlite ULR for SqlAlchemy
15-
sqlite_url = "sqlite:////" + os.path.join(basedir, "people.db")
15+
sqlite_url = "sqlite:///" + os.path.join(basedir, "people.db")
1616

1717
# Configure the SqlAlchemy part of the app instance
1818
app.config["SQLALCHEMY_ECHO"] = True

0 commit comments

Comments
 (0)