diff --git a/WifiBF.py b/WifiBF.py index 5e27e0b..6eabe32 100644 --- a/WifiBF.py +++ b/WifiBF.py @@ -14,7 +14,8 @@ from pywifi import const from pywifi import Profile except: - print("Installing pywifi") + print("Install pywifi") + #this code doesnt install pywifi # By Brahim Jarrar ~