timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
Showing only changes of commit 0f6f18b378 - Show all commits

View File

@ -53,7 +53,10 @@ func runUpdate(tarballUrl string) error {
}
log.Info("Loaded PIS Files to Slice")
DEBUG_saveSliceToFile(*pisSlice, "pis_out.json")
err = DEBUG_saveSliceToFile(*pisSlice, "/pis_out.json")
if err != nil {
log.Error("Error Saving PIS Data to Debug File")
}
/*
err = dbAccess.DropCollection(dbAccess.PisCollection)
if err != nil {