Skip to content

Commit

Permalink
[#]修改ocr url
Browse files Browse the repository at this point in the history
  • Loading branch information
benx1n committed Dec 6, 2023
1 parent ede661a commit 66a1e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
game_path = Path(__file__).parent
ocr_url = config['ocr_url']
ocr_data_path = game_path / 'ocr_data.json'
upload_url = 'https://api.wows.shinoaki.com/api/wows/cache/image/ocr'
download_url = 'https://api.wows.shinoaki.com/api/wows/cache/image/ocr'
upload_url = 'https://v3-api.wows.shinoaki.com:8443/api/wows/cache/image/ocr'
download_url = 'https://v3-api.wows.shinoaki.com:8443/api/wows/cache/image/ocr'

headers = {'Authorization': config['token']}

Expand Down

0 comments on commit 66a1e1f

Please sign in to comment.