This commit is contained in:
Gregor_Dutzler
2019-11-15 10:51:50 +01:00
parent 954eb8d61c
commit cfddff4d8d
5 changed files with 74 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ public class main {
}));
Thread mythread = new Thread(() -> new Webserver().startserver());
mythread.start();
//mythread.start();
Log.message("thread started");