From 8a249f39abc9f8bdd88a162634171bf4755109a3 Mon Sep 17 00:00:00 2001 From: Biangkerok32 <48493593+Biangkerok32@users.noreply.github.com> Date: Sun, 21 Feb 2021 08:11:22 +0700 Subject: [PATCH] Fix python syntaxerror non ascii character xe2 in file Im run kali wsl and get error "python syntaxerror non ascii character xe2 in file" and try fix! --- Wifi-Hacking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Wifi-Hacking.py b/Wifi-Hacking.py index a67f682..496bbfc 100644 --- a/Wifi-Hacking.py +++ b/Wifi-Hacking.py @@ -1,3 +1,4 @@ +# coding: utf-8 #!/usr/bin/env python import os import subprocess