Skip to content
Snippets Groups Projects
Commit 4afccf30 authored by Ryan Sanford's avatar Ryan Sanford
Browse files

Reduce future diff sizes by adding trailing ','

parent c715654b
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ db = pymongo.MongoClient(
j=True,
connectTimeoutMS=__config['persistent']['db_connect_timeout'],
serverSelectionTimeoutMS=__config['persistent']['db_server_selection_timeout'],
connect=False
connect=False,
).get_default_database()
log.debug(str(db))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment