change subjects.txt to homework.subjects.txt and hope it doesn't break

pull/1888/head
dronesflier 2022-05-26 20:58:19 +02:00 committed by GitHub
parent 700760ff1e
commit 01f16f196c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
// send finished app (in addition to contents of app.json)
sendCustomizedApp({
storage:[
{name:"subjects.txt", url:"subjects.txt", content:app},
{name:"homework.subjects.txt", url:"subjects.txt", content:app},
]
});
console.log("Sent homework.subjects.txt!");