This commit is contained in:
pangduckwai
2019-05-07 01:03:28 +08:00
parent a552c908d8
commit 954d93cafd
+1
View File
@@ -112,6 +112,7 @@ def select_v(channel):
else:
pass
#iwgetid | awk '{print $1 " scan"}' | xargs -l sudo iwlist | grep SSID | sed 's/ESSID:"//g; s/"$//g'
def draw_scn(channel):
with canvas(device) as draw:
LINE0 = subprocess.check_output("date +\"%Y-%m-%d %H:%M:%S\"", shell = True)