Skip to content

Commit

Permalink
Correct minor format.
Browse files Browse the repository at this point in the history
  • Loading branch information
hehe7318 committed Sep 18, 2024
1 parent 7449941 commit c783d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def handle_volume(volume_id, attach, detach):

identity_document = get_metadata_value(token, "http://169.254.169.254/latest/dynamic/instance-identity/document")
identity = json.loads(identity_document)
region = identity['region']
region = identity["region"]

proxy_config = parse_proxy_config()

Expand Down

0 comments on commit c783d13

Please sign in to comment.