This commit is contained in:
Rich
2021-07-03 05:39:23 +01:00
parent 2234092174
commit 9f25f0a9fb
2 changed files with 24 additions and 1 deletions

2
app.py
View File

@@ -31,7 +31,7 @@ def scan_wifi():
@app.route("/", methods=["GET", "POST"])
def main():
if request.method == "GET":
# scan_wifi()
scan_wifi()
output = """<form method="POST"><table>
<thead>
<tr>