Changing how get_one returns

This commit is contained in:
John Westcott IV
2020-09-08 11:02:25 -04:00
parent 106157c600
commit 0a8db586d1
25 changed files with 76 additions and 100 deletions

View File

@@ -130,7 +130,7 @@ def main():
)
# Attempt to look up job based on the provided id
job, junk = module.get_one('jobs', **{
job = module.get_one('jobs', **{
'data': {
'id': job_id,
}