Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaogulou committed Oct 26, 2023
1 parent e61fe89 commit 3eea0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tools/test_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_predict_oss_path(self):
oss_config = get_oss_config()
ak_id = oss_config['ak_id']
ak_secret = oss_config['ak_secret']
hosts = oss_config['hosts'] + ['oss-cn-hangzhou.aliyuncs.com']
hosts = oss_config['hosts']
hosts = ','.join(_ for _ in hosts)
buckets = oss_config['buckets']
buckets = ','.join(_ for _ in buckets)
Expand Down

0 comments on commit 3eea0ef

Please sign in to comment.