Various improvements #17

Merged
Seil0 merged 11 commits from :fix/timeout-resilience into master 2021-10-24 14:38:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ca8efdaa85 - Show all commits

View File

@ -106,7 +106,7 @@ class CacheController {
weekNumberYear ?: 0,
timetableLink
), timetable ?: TimetableWeek()
).also { timetableList[key] = it }
).also { if (timetable != null) timetableList[key] = it }
}
}