You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python wechat_sender.py
Getting uuid of QR code.
Downloading QR code.
Traceback (most recent call last):
File "wechat_sender.py", line 2, in
from wechat_sender import *
File "/root/wechat_sender.py", line 3, in
bot = Bot()
File "/usr/lib/python2.7/site-packages/wxpy/api/bot.py", line 88, in init
except FileNotFoundError as e:
NameError: global name 'FileNotFoundError' is not defined
The text was updated successfully, but these errors were encountered:
python wechat_sender.py
Getting uuid of QR code.
Downloading QR code.
Traceback (most recent call last):
File "wechat_sender.py", line 2, in
from wechat_sender import *
File "/root/wechat_sender.py", line 3, in
bot = Bot()
File "/usr/lib/python2.7/site-packages/wxpy/api/bot.py", line 88, in init
except FileNotFoundError as e:
NameError: global name 'FileNotFoundError' is not defined
The text was updated successfully, but these errors were encountered: