From 700760ff1e408bb1152cf4c0c3fe1e0aa6560fef Mon Sep 17 00:00:00 2001 From: dronesflier <42714028+dronesflier@users.noreply.github.com> Date: Thu, 26 May 2022 20:53:40 +0200 Subject: [PATCH] attempt to upload subjects.txt --- apps/homework/subjects.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/homework/subjects.html b/apps/homework/subjects.html index d3bf7a400..608c7dce7 100644 --- a/apps/homework/subjects.html +++ b/apps/homework/subjects.html @@ -20,9 +20,10 @@ // send finished app (in addition to contents of app.json) sendCustomizedApp({ storage:[ - {name:"subjects.txt"}, + {name:"subjects.txt", url:"subjects.txt", content:app}, ] }); + console.log("Sent homework.subjects.txt!"); });