superdup95 commited on
Commit
951ae2e
1 Parent(s): a7dd181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -149,7 +149,6 @@ def get_key_aws_info(key):
149
  "iam_full_access": "",
150
  "claude_v2_enabled_region": key_avai[6],
151
  "claude_sonnet_enabled_region": key_avai[7],
152
- "billing": "",
153
  "cost_and_usage": ""}
154
  if key_avai[0]:
155
  info_dict['username'] = key_avai[1]
@@ -160,7 +159,7 @@ def get_key_aws_info(key):
160
  info_dict['billing'] = key_avai[8]
161
  info_dict['claude_v2_enabled_region'] = key_avai[6]
162
  info_dict['claude_sonnet_enabled_region'] = key_avai[7]
163
- info_dict['cost_and_usage'] = key_avai[9]
164
  return info_dict
165
 
166
  def not_supported(key):
 
149
  "iam_full_access": "",
150
  "claude_v2_enabled_region": key_avai[6],
151
  "claude_sonnet_enabled_region": key_avai[7],
 
152
  "cost_and_usage": ""}
153
  if key_avai[0]:
154
  info_dict['username'] = key_avai[1]
 
159
  info_dict['billing'] = key_avai[8]
160
  info_dict['claude_v2_enabled_region'] = key_avai[6]
161
  info_dict['claude_sonnet_enabled_region'] = key_avai[7]
162
+ info_dict['cost_and_usage'] = key_avai[8]
163
  return info_dict
164
 
165
  def not_supported(key):