From a91243eef976c29bed9b5836f8ce53e1eac8c81c Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 3 Aug 2021 11:03:44 +0100 Subject: [PATCH] . --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 1a845d8..2282951 100644 --- a/app/routes.py +++ b/app/routes.py @@ -7,7 +7,7 @@ from flask_login import current_user, login_required, login_user, logout_user from app import app from app.forms import LoginForm, WPAForm -from app.models import Passwords, User +from app.models import ConfigTable, Passwords, User CMD_SCAN = "sudo nmcli -t -f SSID,SIGNAL,IN-USE,SECURITY -e yes -m tab device wifi list ifname wlan1 --rescan yes" CMD_JOIN = "sudo nmcli device wifi connect *SSID* ifname wlan1"