Skip to content

Commit

Permalink
Merge pull request #1607 from emanueldima/fix-b2drop-bug
Browse files Browse the repository at this point in the history
fix another b2drop bug
  • Loading branch information
nharraud authored Dec 14, 2017
2 parents 4943365 + a598e19 commit 4b46346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2share/modules/remotes/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def create_object(bucket, key):
db.session.commit()
return obj

return create_object(bucket, key)
return create_object(key=key, bucket=bucket)


blueprint.add_url_rule('/remotes/jobs',
Expand Down

0 comments on commit 4b46346

Please sign in to comment.