Draw latvia contour, rescale canvas

This commit is contained in:
Guntis Smaukstelis
2025-02-18 15:37:17 +02:00
parent b78e8c20b6
commit cb9e6a88a0
4 changed files with 60 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ object Main extends IOApp {
.flatMap(fetchService.fetchSingleFile)
.flatMap {
case Right((name, content)) => postgresService.save(name, content)
case Left(error) => IO.raiseError(error)
case Left(_) => IO.unit // ignore error
}
fetchCsvTask = scheduler.scheduleTask("Fetch CSV", List(31), fetchCsvList).compile.drain