Merge branch 'main' into flask-only

This commit is contained in:
Kristy Fournier 2026-03-04 19:51:48 -05:00
commit da16c9bd27
3 changed files with 5 additions and 2 deletions

View file

@ -83,7 +83,7 @@ async function getFromServer(bodyInfo, source="", secure=false, password=adminPa
if (e.toString().includes("TypeError: Failed to fetch")){
alertText("Error: Can't Connect to Server (is the ip set?)")
} else {
alertText("Error: " + e);
alertText(e);
}
const response=null;
return response;