6.12.2019
This commit is contained in:
parent
ad62228a29
commit
1689a6f6c1
@ -35,6 +35,7 @@ public class main {
|
||||
}
|
||||
}).start();
|
||||
|
||||
|
||||
//startup web server
|
||||
Thread mythread = new Thread(() -> new Webserver().startserver());
|
||||
mythread.start();
|
||||
@ -46,9 +47,7 @@ public class main {
|
||||
mqtt m = new mqtt();
|
||||
m.notifymessage();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
Log.debug("An error was happened in the class mqtt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user