[FIX] Compile fix

This commit is contained in:
Gravita 2023-11-21 13:58:10 +07:00
parent 54bfc6de9c
commit 1bc9351b0c

View file

@ -46,7 +46,7 @@ public static synchronized void startAutoRefresh() {
} }
executorService.scheduleAtFixedRate(() -> { executorService.scheduleAtFixedRate(() -> {
try { try {
restore(false, true); restore(false, true, false);
} catch (Exception e) { } catch (Exception e) {
LogHelper.error(e); LogHelper.error(e);
} }