Skip to content

Commit

Permalink
renamed db
Browse files Browse the repository at this point in the history
  • Loading branch information
LLkaia committed Jan 3, 2024
1 parent d122331 commit 96269f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MONGO_DETAILS = 'mongodb://mongodb:27017'
client = motor.motor_asyncio.AsyncIOMotorClient(MONGO_DETAILS)
db = client.news
db = client.lappy

search_results_collection = db.get_collection('search_results')

Expand Down

0 comments on commit 96269f9

Please sign in to comment.