Skip to content

Commit

Permalink
Solve the problem caused by oss2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
karajan1001 committed Mar 28, 2024
1 parent e84eefc commit 62fb600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiooss2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(
self.enable_crc = enable_crc
self.proxies = proxies

self._make_url = _UrlMaker(self.endpoint, is_cname)
self._make_url = _UrlMaker(self.endpoint, is_cname, False)
logger.debug(
"Init endpoint: %s, isCname: %s, connect_timeout: %s, "
"app_name: %s, enabled_crc: %s, proxies: %s",
Expand Down

0 comments on commit 62fb600

Please sign in to comment.