attempt to upload subjects.txt

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

View File

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