Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 1, 2015
1 parent 36eac2e commit 84f5e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataserv/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def total():

@app.route('/api/height/<btc_addr>/<int:height>', methods=["GET"])
def set_height(btc_addr, height):
error_msg = "Set height failed: {0}"
try:
user = Farmer(btc_addr)
user.authenticate(request.headers.get('Authorization'),
Expand Down

0 comments on commit 84f5e4b

Please sign in to comment.