Skip to content

Commit

Permalink
Fix send hail to operator
Browse files Browse the repository at this point in the history
  • Loading branch information
l-vincent-l committed Nov 5, 2018
1 parent 2848514 commit 28e2a0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions APITaxi/tasks/send_request_operator.py
Expand Up @@ -10,8 +10,6 @@
@celery.task()
def send_request_operator(hail_id, endpoint, operator_header_name,
operator_api_key, operator_email):
operator_api_key = operator_api_key.encode('utf-8')
operator_header_name = operator_header_name.encode('utf-8')
hail = Hail.query.get(hail_id)
if not hail:
current_app.logger.error('Unable to find hail: {}'.format(hail_id))
Expand Down

0 comments on commit 28e2a0f

Please sign in to comment.