您的位置:首页 > 编程语言 > Python开发

用python做百万英雄的答题辅助

2018-01-20 14:52 302 查看
本来用python做百万英雄的答题辅助但是

Traceback (most recent call last):

  File "anan.py", line 126, in <module>

    run()

  File "anan.py", line 109, in run

    img = get_screenshot()

  File "anan.py", line 45, in get_screenshot

    img = Image.open(img_fb)

  File "C:\Users\admin\AppData\Local\Programs\Python\Python36\lib\site-packages\PIL\Image.py", line 2585, in open

    % (filename if filename else fp))

OSError: cannot identify image file <_io.BytesIO object at 0x0000028529DE8FC0>

代码不能正常运行,求解答
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python