superdup95 commited on
Commit
b3129cb
1 Parent(s): 9e06417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -145,8 +145,8 @@ def get_key_aws_info(key):
145
  "admin": "",
146
  "quarantine": "",
147
  "iam_full_access": "",
148
- "claude_v2_enabled_region": key_avai[5],
149
- "claude_sonnet_enabled_region": key_avai[6],
150
  "cost_and_usage": ""}
151
  if key_avai[0]:
152
  info_dict['username'] = key_avai[1]
@@ -155,7 +155,7 @@ def get_key_aws_info(key):
155
  info_dict['quarantine'] = key_avai[5]
156
  info_dict['iam_full_access'] = key_avai[4]
157
  info_dict['claude_v2_enabled_region'] = key_avai[6]
158
- info_dict['claude_v2_enabled_region'] = key_avai[7]
159
  info_dict['cost_and_usage'] = key_avai[8]
160
  return info_dict
161
 
 
145
  "admin": "",
146
  "quarantine": "",
147
  "iam_full_access": "",
148
+ "claude_v2_enabled_region": key_avai[6],
149
+ "claude_sonnet_enabled_region": key_avai[7],
150
  "cost_and_usage": ""}
151
  if key_avai[0]:
152
  info_dict['username'] = key_avai[1]
 
155
  info_dict['quarantine'] = key_avai[5]
156
  info_dict['iam_full_access'] = key_avai[4]
157
  info_dict['claude_v2_enabled_region'] = key_avai[6]
158
+ info_dict['claude_sonnet_enabled_region'] = key_avai[7]
159
  info_dict['cost_and_usage'] = key_avai[8]
160
  return info_dict
161