Created new cache/downloader

This commit is contained in:
tom5079
2020-08-31 11:41:12 +09:00
parent aa0e5000ab
commit c96d609803
10 changed files with 388 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ class Pupil : Application() {
}
try {
Preferences.get<String>("dl_location").also {
Preferences.get<String>("download_folder").also {
if (!File(it).canWrite())
throw Exception()
}