Fix save config

This commit is contained in:
jeffcheasey88 2024-04-16 12:02:41 +02:00
parent 1012a489ab
commit 1d67dfdfd9

View file

@ -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){