added importer for CafeWagner

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-02 00:52:21 +01:00
parent e0dde9aa9e
commit 3f80b13d8e
9 changed files with 270 additions and 59 deletions
@@ -214,6 +214,7 @@ public class AutoImporter implements Runnable, ClassListener {
LOG.log(WARNING, "{0}.fetch() failed", importer, e);
}
}
LOG.log(INFO,"Finished appointment updates.");
lastImport = LocalDateTime.now();
}
}