перенос проходов в центральный модуль
This commit is contained in:
@@ -154,7 +154,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
public static Timer checkTimer = null;
|
||||
public static void TimerOn() {
|
||||
checkTimer = new Timer(Global.properties.CheckTestingIntervalSeconds * 1000, e -> {
|
||||
Pass.passes.get(PassCode.ActualizePackages).Do();
|
||||
Global.mainModule.getPass(PassCode.ActualizePackages).Do();
|
||||
});
|
||||
checkTimer.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user