Skip to content

Commit

Permalink
Skip estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Walczak committed Jan 19, 2024
1 parent 7fe31a5 commit 6cb59d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/app/endpoint_handlers/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
MESSAGE_SEPARATOR = os.environ["MESSAGE_SEPARATOR"]

def _is_etimate_enabled(dataset_id, product_id):
if dataset_id in ("sentinel-2",):
return False
return True
return False
# if dataset_id in ("sentinel-2",):
# return False
# return True


@log_execution_time(log)
Expand Down

0 comments on commit 6cb59d6

Please sign in to comment.