This commit is contained in:
Rich
2021-08-03 11:10:36 +01:00
parent 0186a4afe8
commit 34464fd461

View File

@@ -3,8 +3,8 @@ from flask_login import current_user, login_required, login_user, logout_user
from app import app from app import app
from app.forms import LoginForm, WPAForm from app.forms import LoginForm, WPAForm
from app.models import Passwords, User from app.models import ConfigTable, Passwords, User
from app.network_utils import scan_networks, connect_network, disconnect_network, vpn_connected, vpn_connect, vpn_disconnect from app.network_utils import connect_network, disconnect_network, scan_networks, vpn_connect, vpn_connected, vpn_disconnect
@app.route("/") @app.route("/")