Fix save config
This commit is contained in:
parent
1012a489ab
commit
1d67dfdfd9
1 changed files with 2 additions and 0 deletions
|
@ -154,7 +154,9 @@ public class Main{
|
||||||
new Thread(new Runnable(){
|
new Thread(new Runnable(){
|
||||||
public void run(){
|
public void run(){
|
||||||
Key key = new Key();
|
Key key = new Key();
|
||||||
|
|
||||||
Locker<Context> locker = router.getLogger();
|
Locker<Context> locker = router.getLogger();
|
||||||
|
|
||||||
locker.init(key);
|
locker.init(key);
|
||||||
try {
|
try {
|
||||||
while(true){
|
while(true){
|
||||||
|
|
Loading…
Add table
Reference in a new issue