Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanStoves authored Jun 12, 2024
1 parent 0da5e45 commit 5ab5e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# app init
app = Flask(__name__)
app.rdb = rdb = RedisIO(config.REDIS_URL)
app.mdb = mdb = PyMongo(app, config.MONGO_URL).db
app.mdb = mdb = PyMongo(app, config.MONGO_URL + "?retryWrites=false").db

CORS(app)

Expand Down

0 comments on commit 5ab5e97

Please sign in to comment.