Skip to content

Commit

Permalink
Revert "Update spider.py"
Browse files Browse the repository at this point in the history
This reverts commit a17472d.
  • Loading branch information
CYDXDianXian committed Mar 7, 2022
1 parent a17472d commit e623f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uma_info/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# 是否使用ocr_space接口,默认启用
ENABLE_OCR_SPACE = True
# ocr_space接口的apikey
APIKEY = ''
APIKEY = 'K89720689788957'

async def uma_spider():
current_dir = os.path.join(os.path.dirname(__file__), 'config.json')
Expand Down Expand Up @@ -243,4 +243,4 @@ async def download_ocr(en_name, url):
cv, weight = '田中あいみ', '体重微増(いっぱい食べて大きくなる!)'
if en_name == "kitasanblack":
cv, weight = '矢野妃菜喜', 'もりもり成長中!'
return cv, bir, height, weight, measurements
return cv, bir, height, weight, measurements

0 comments on commit e623f0d

Please sign in to comment.