post = self.bot.api.get_post(splitpath[1], exc=False)
if "props" in post and "context" in post["props"] and "curricula_fsinf" in post["props"]["context"]:
+ self.bot.api.create_post(post['channel_id'], "``AUTODELETE-WEEK`` Somebody just accessed this storage.\nIf this was not you consider creating a new storage post, migrate data and then delete this storage post, also consider contacting @someone.", root_id=post["id"])
request.respond_public(200, post["props"]["context"]["curricula_fsinf"])
return