Skip to content

Commit

Permalink
Test without leftover credit check
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Aug 13, 2024
1 parent 5cab1f6 commit c5cd25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/processing/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def process_data_synchronously(process, width=None, height=None):
# As we don't know before the execution of a sync job how much it will cost, we can check
# if the user has X amount of credits that will most likely cover the execution costs
ten_credits_as_pu = 10 / SH_PU_TO_PLATFORM_CREDIT_CONVERSION_RATE
check_leftover_credits(ten_credits_as_pu)
# check_leftover_credits(ten_credits_as_pu)

return p.execute_sync(), p.mimetype.get_string()

Expand Down

0 comments on commit c5cd25c

Please sign in to comment.