Skip to content

Commit 8af2e38

Browse files
committed
hah
1 parent 94faec4 commit 8af2e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_recognition_zhihu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def recognition_captcha(data):
2323
with open( filename ,'wb') as fb:
2424
fb.write( data )
2525

26-
appid = 'appid' # 接入优图服务,注册账号获取
26+
# appid = 'appid' # 接入优图服务,注册账号获取
2727
secret_id = 'secret_id'
2828
secret_key = 'secret_key'
2929
userid= 'userid'

0 commit comments

Comments
 (0)