aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/nope.html2
-rw-r--r--ykps.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/nope.html b/templates/nope.html
index 01a0a5b..11234ed 100644
--- a/templates/nope.html
+++ b/templates/nope.html
@@ -27,7 +27,7 @@
<pre id="err">{{error}}</pre>
{% endif %}
<p>
- If you believe that this is an error in this web service, please contact the administrator at <a href="mailto:ykps@runxiyu.org"><code>ykps@runxiyu.org</code></a> with a copy of the above information.
+ If you believe that this is an error in this web service, please contact the administrator at <a href="mailto:s22537@stu.ykpaoschool.cn"><code>s22537@stu.ykpaoschool.cn</code></a> with a copy of the above information.
</p>
<p>
If you are a technical user, you may want to view the source code of this website's backend to figure out what's going on, and file a bug report. You may check out the source code from <a href="https://git.runxiyu.org/ykps/ykps-wsgi.git/">upstream</a>, <a href="https://git.sr.ht/~runxiyu/ykps-wsgi">sr.ht</a>, or <a href="https://github.com/runxiyu/ykps-wsgi.git">GitHub</a>.
diff --git a/ykps.py b/ykps.py
index 344d980..d2d5722 100644
--- a/ykps.py
+++ b/ykps.py
@@ -349,7 +349,7 @@ def sjdb_submit(context) -> response_t:
@app.route("/sjdb/unsub", methods=["GET"])
def unsub() -> response_t:
- raise nope(501, "Unsubscribing is not implemented yet. Email sjdb@runxiyu.org")
+ raise nope(501, "Unsubscribing is not implemented yet. Just s22537@stu.ykpaoschool.cn for now. Sorry!")
if __name__ == "__main__":