Move tutorial checker

This commit is contained in:
Nikolay Igotti
2022-02-22 11:00:28 +03:00
parent 249f150b7b
commit 2bde986c15

View File

@@ -50,7 +50,7 @@ fun cloneTemplate(template: String, index: Int, content: String): File {
return tempDir
}
val ignoreTill = java.time.LocalDate.parse("2022-02-20")
val ignoreTill = java.time.LocalDate.parse("2022-03-10")
fun isIgnored(tutorial: String): Boolean {
if (java.time.LocalDate.now() > ignoreTill) return false