awkman/pywifi

NameError: name 'const' is not defined

qqkl662 opened this issue · 2 comments

when I run the example,I meet this questions.(win10 python3.6.6).
I also meet similar error in envionment(win10 python 3.5.5)
question

You should use "pywifi.const" instead of "const".

You should use "pywifi.const" instead of "const".

thank you for your reply,