Skip to content

Commit

Permalink
Changing indentation in user.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiYovchev committed Jan 23, 2024
1 parent c0e3499 commit d85e379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/user-service/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

app = Flask(__name__)

app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:////app/db/user.db"
app.config[
"SQLALCHEMY_DATABASE_URI"] = "sqlite:////app/db/user.db"
app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False

db = SQLAlchemy(app)
Expand Down

0 comments on commit d85e379

Please sign in to comment.