Skip to content

Commit e62090d

Browse files
author
undefined
committed
fix
1 parent 01d0998 commit e62090d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shell.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def fetch_domain(url):
2828

2929

3030
def test_domain(domain: str):
31-
client: JmcomicClient = option.new_jm_client()
32-
client.set_domain_list([domain])
31+
client: JmcomicClient = option.new_jm_client(domain_list=[domain])
3332
msg = 'ok'
3433

3534
try:

0 commit comments

Comments
 (0)