Skip to content
Snippets Groups Projects
Commit fd75e4f7 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Boy is my face red

parent 6f1dc19b
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ def get_gear_by_name(name):
gear_doc = config.db.static.find_one(
{'_id': 'gears'},
{'gear_list': { '$elemMatch': {
'name': 'dcm_convert'
'name': name
}}
})
......
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