superdup95 commited on
Commit
4761a3e
1 Parent(s): 3871a96

Update api_usage.py

Browse files
Files changed (1) hide show
  1. api_usage.py +2 -2
api_usage.py CHANGED
@@ -438,8 +438,8 @@ def check_key_aws_availability(key):
438
  if enable_region:
439
  return True, username[0], root, admin, quarantine, enable_region, cost
440
  if root or admin:
441
- return True, username[0], root, admin, quarantine, "No region has claude enabled yet", cost
442
- return True, username[0], root, admin, quarantine, "Not enough permission to activate claude bedrock", cost
443
 
444
  def check_username(session):
445
  try:
 
438
  if enable_region:
439
  return True, username[0], root, admin, quarantine, enable_region, cost
440
  if root or admin:
441
+ return True, username[0], root, admin, quarantine, "None", cost
442
+ return True, username[0], root, admin, quarantine, "None", cost
443
 
444
  def check_username(session):
445
  try: