Add os import

master
Robbe Derks 2019-12-13 21:44:39 +01:00
parent 042562ddae
commit a648ccae4b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import os
FNULL = open(os.devnull, 'w')
def _connect_wifi(dongle_id, pw, insecure_okay=False):
ssid = "panda-" + dongle_id