Fixed a clerical error in qrcode.py

pull/3748/head
Wang Qiang 11 months ago committed by GitHub
parent baaeb68b3d
commit e18fc48565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/wechat_qrcode/samples/qrcode.py

@ -22,7 +22,7 @@ try:
except: except:
print("---------------------------------------------------------------") print("---------------------------------------------------------------")
print("Failed to initialize WeChatQRCode.") print("Failed to initialize WeChatQRCode.")
print("Please, download 'detector.*' and 'sr.*' from") print("Please, download 'detect.*' and 'sr.*' from")
print("https://github.com/WeChatCV/opencv_3rdparty/tree/wechat_qrcode") print("https://github.com/WeChatCV/opencv_3rdparty/tree/wechat_qrcode")
print("and put them into the current directory.") print("and put them into the current directory.")
print("---------------------------------------------------------------") print("---------------------------------------------------------------")

Loading…
Cancel
Save