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(){
|
||||
public void run(){
|
||||
Key key = new Key();
|
||||
|
||||
Locker<Context> locker = router.getLogger();
|
||||
|
||||
locker.init(key);
|
||||
try {
|
||||
while(true){
|
||||
|
|
Loading…
Add table
Reference in a new issue