Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think, typing error #10

Open
yum-kax opened this issue Dec 20, 2017 · 0 comments
Open

I think, typing error #10

yum-kax opened this issue Dec 20, 2017 · 0 comments

Comments

@yum-kax
Copy link

yum-kax commented Dec 20, 2017

Error: "
Traceback (most recent call last):
File "wids.py", line 4467, in
AnalyseCaptured()
File "wids.py", line 3697, in AnalyseCaptured
ReturnResult=GetMACDetail(FrMAC,ToMAC,AType,"")
File "wids.py", line 2878, in GetMACDetail
Privacy=GetEncryptType(FMAC)
UnboundLocalError: local variable 'FMAC' referenced before assignment
"

I dont know why, but, in every event the program throws me an error, and ends.

So, i edit Privacy=GetEncryptType(FMAC) and put this Privacy=GetEncryptType(FrMAC)
i thought it was a typing error..

Hope this could help, now its working, but maybe with wrong variable.
Dont know.

Regards.-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant