Skip to content

Commit 82a6295

Browse files
committed
update error log
1 parent ef278b8 commit 82a6295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/subs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ async def get_execution_minutes_price(self, org: Organization):
402402
return AddonMinutesPricing(**json)
403403
# pylint: disable=broad-exception-caught
404404
except Exception as exc:
405-
print("Error fetching checkout url", exc)
405+
print("Error fetching execution minutes price", exc)
406406

407407
async def get_checkout_url(
408408
self,

0 commit comments

Comments
 (0)