Skip to content

Commit

Permalink
update 8_pick_domain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hect0x7 committed Jan 29, 2024
1 parent 46d7457 commit a5b132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/docs/sources/tutorial/8_pick_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ print(f'获取到{len(domain_set)}个域名,开始测试')


def test_domain(domain: str):
client = option.new_jm_client(domain_list=[domain], **meta_data)
client = option.new_jm_client(impl='html', domain_list=[domain], **meta_data)
status = 'ok'

try:
Expand Down

0 comments on commit a5b132b

Please sign in to comment.