Skip to content

Commit 1f6771e

Browse files
author
Scott Barnes
committed
Fix PR number
1 parent b080986 commit 1f6771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/core/vendors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(
115115
access_key=key, secret_key=secret, host=host, region=region
116116
)
117117

118-
# Replace the api object with one that supports the HTTP proxy. See #10308.
118+
# Replace the api object with one that supports the HTTP proxy. See #10310.
119119
configuration = Configuration()
120120
configuration.proxy = http_proxy_url
121121
rest_client = RESTClientObject(configuration=configuration)

0 commit comments

Comments
 (0)