change sys.path

+ some other stuff
This commit is contained in:
2026-02-18 16:43:19 +01:00
parent a6ec455563
commit 0e8ad84570
4 changed files with 25 additions and 7 deletions

View File

@@ -313,7 +313,7 @@ function reqJSON(s, url, successHandler, errorHandler) {
: new ActiveXObject('Microsoft.XMLHTTP');
if (debugCommunication) {
console.log("%cto server (reqJSON): %s",
"color:white;background:darkgreen", url);
"background:yellow", url);
}
xhr.open('get', url, true);
xhr.onreadystatechange = function() {